#274079

Color #274079 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #274079

Tints of Resolution Blue #274079

Color information

#274079 (or 0x274079) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 79. RGB value is (39,64,121). Sum of RGB (Red+Green+Blue) = 39+64+121=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #274079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274079 is #D8BF86. Grayscale: #3E3E3E. Windows color (decimal): -14204807 or 7946279. OLE color: 7946279.

HSL color Cylindrical-coordinate representation of color #274079: hue angle of 221.71º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274079 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3964121-
CMYK0.680.4700.53
HSL221.71º51.25%31.37%-
HSV(B)221.71º67.77%47.45%-
XYZ6.125.4818.82-
YUV63.02160.72110.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=17.41%
G=28.57%
B=54.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39641210.680.4700.53221.7151.2531.37
Hex274079442F035de331f
Octal47100171104570653366337
Binary10011110000001111001100010010111101101011101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274079; }

 p { color: rgb(39,64,121); }

 H1.HeaderClassName
 {
   color: #274079;
 }
 .AnyTagClassName
 {
   color: #274079;
 }
</style>
background-color css

<style>
 a { background-color: #274079; }

 a { background-color: rgb(39,64,121); }

 div.DivClassName
 {
   background-color: #274079;
 }
 .BgClassName
 {
   background-color: #274079;
 }
</style>
border-color css

<style>
 span { border-color: #274079; }

 span { border-color: rgb(39,64,121); }

 td.TdClassName
 {
   border-color: #274079;
 }
 .TagClassName
 {
   border-color: #274079;
 }
</style>