COLOR #273490

HEX: #273490 RGB: (39,52,144)

Color info

#273490 contains mainly blue color. Web safe color of #273490 is #333399 (or #339).

RGB color model

#273490 color RGB value is (39,52,144).

RGB: (39,52,144) (15%, 20%, 56%)

RGB channels and saturation

R 39 of 255 = 15%
G 52 of 255 = 20%
B 144 of 255 = 56%

39
52
144

R + G + B ~ 30%. #273490 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 52 + 144 = 235 (100%)
R 39 of 235 ~ 16.6%
G 52 of 235 ~ 22.13%
B 144 of 235 ~ 61.28'%

%16.6
%22.13
%61.28

CMYK color model

#273490 color CMYK value is (73,64,0,44).

  • cyan value is 72.92%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (73,64,0,44)
C73M64Y0K44 (73%, 64%, 0%, 44%)
(0.73 / 0.64 / 0.00 / 0.44)

CMYK percentages

%72.92
%63.89
%0
%43.53

Codes

Color #273490 in popluar color models

27 34 90
RGB 39 52 144
HSL 233° 57.38% 35.88%
HSB/HSV 233° 72.92% 56.47%
CMYK 72.92% 63.89% 0.00%
43.53%

Color #273490 in popluar number systems.

HEX 27 34 90
Decimal 39 52 144
Binary 100111 110100 10010000
Octal 47 64 220

Shades and tints

Shades of #273490

#273490
(39,52,144)
#243083
(36,48,131)
#212C76
(33,44,118)
#1E2869
(30,40,105)
#1B245C
(27,36,92)
#18204F
(24,32,79)
#151C42
(21,28,66)
#121835
(18,24,53)
#0F1428
(15,20,40)
#0C101B
(12,16,27)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #273490

#273490
(39,52,144)
#3A469A
(58,70,154)
#4D58A4
(77,88,164)
#606AAE
(96,106,174)
#737CB8
(115,124,184)
#868EC2
(134,142,194)
#99A0CC
(153,160,204)
#ACB2D6
(172,178,214)
#BFC4E0
(191,196,224)
#D2D6EA
(210,214,234)
#E5E8F4
(229,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273490 color. Also use rgb(39,52,144) instead hex code.

Text Font Color

.myTextColor { color: #273490; }

<p style="color:#273490">This sample text font color is #273490.</p>

This text font color is #273490.

Background Color

.myBgColor { background-color: #273490; }

<div style="background-color:#273490">Inner text</div>

This div background color is #273490.

Border color

.myBorderColor { border: 1px solid #273490; }

<div style="border:3px solid #273490">Div</div>

This div border color is #273490.

Opacity

.myOpacity80 { color: #273490; opacity: 0.8; }

<p style="color:#273490;opacity:0.8;">80%</p>

Text with #273490 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #273490;}

<p style="text-shadow: 3px 3px 1px #273490">Text here.</p>

This text has shadow with #273490 color.


.textShadow {text-shadow: 3px 3px 1px #273490', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #273490, 5px 5px 20px red">Text here.</p>

This text has shadow with #273490 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#273490, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#273490, Direction=45, Strength=4)">Text</p>

This text has shadow with #273490 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #273490;
-webkit-box-shadow: 1px 1px 3px 2px #273490;
box-shadow: 1px 1px 3px 2px #273490;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #273490; -webkit-box-shadow: 1px 1px 3px 2px #273490; box-shadow:1px 1px 3px 2px #273490;">
Div content here
</div>

This div box has shadow with color #273490.

Preview

Color preview on black background

This text has color #273490 on black background.


Color preview on white background

This text has color #273490 on white background.


Black color preview on #273490 background

This text has black color on #273490 background.


White color preview on #273490 background

This text has white color on #273490 background.


Related colors

Complementary color

Complementary color for #hex is #D8CB6F.


I love getcolorcode.com

Triadic colors

1 #902734 and #349027 with #273490 are triadic colors.

2 #903427 and #342790 with #273490 are triadic colors.