#2F4077

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

Shades of Resolution Blue #2F4077

Tints of Resolution Blue #2F4077

Color information

#2F4077 (or 0x2F4077) is unknown color: approx Resolution Blue. HEX triplet: 2F, 40 and 77. RGB value is (47,64,119). Sum of RGB (Red+Green+Blue) = 47+64+119=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F4077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4077 is #D0BF88. Grayscale: #404040. Windows color (decimal): -13680521 or 7815215. OLE color: 7815215.

HSL color Cylindrical-coordinate representation of color #2F4077: hue angle of 225.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4077 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4764119-
CMYK0.610.4600.53
HSL225.83º43.37%32.55%-
HSV(B)225.83º60.5%46.67%-
XYZ6.345.618.2-
YUV65.19158.37115.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.43%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=20.43%
G=27.83%
B=51.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47641190.610.4600.53225.8343.3732.55
Hex2F40773D2E035e22b21
Octal5710016775560653425341
Binary10111110000001110111111101101110011010111100010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4077; }

 p { color: rgb(47,64,119); }

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

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

 a { background-color: rgb(47,64,119); }

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

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

 span { border-color: rgb(47,64,119); }

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