#2F4778

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

Shades of Resolution Blue #2F4778

Tints of Resolution Blue #2F4778

Color information

#2F4778 (or 0x2F4778) is unknown color: approx Resolution Blue. HEX triplet: 2F, 47 and 78. RGB value is (47,71,120). Sum of RGB (Red+Green+Blue) = 47+71+120=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4778 is #D0B887. Grayscale: #454545. Windows color (decimal): -13678728 or 7882543. OLE color: 7882543.

HSL color Cylindrical-coordinate representation of color #2F4778: hue angle of 220.27º degrees, saturation: 0.44, 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 #2F4778 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4771120-
CMYK0.610.4100.53
HSL220.27º43.71%32.75%-
HSV(B)220.27º60.83%47.06%-
XYZ6.826.4718.66-
YUV69.41156.55112.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=19.75%
G=29.83%
B=50.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47711200.610.4100.53220.2743.7132.75
Hex2F47783D29035dc2c21
Octal5710717075510653345441
Binary10111110001111111000111101101001011010111011100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,120); }

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

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

 a { background-color: rgb(47,71,120); }

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

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

 span { border-color: rgb(47,71,120); }

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