#2F3C76

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

Shades of Resolution Blue #2F3C76

Tints of Resolution Blue #2F3C76

Color information

#2F3C76 (or 0x2F3C76) is unknown color: approx Resolution Blue. HEX triplet: 2F, 3C and 76. RGB value is (47,60,118). Sum of RGB (Red+Green+Blue) = 47+60+118=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F3C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3C76 is #D0C389. Grayscale: #3E3E3E. Windows color (decimal): -13681546 or 7748655. OLE color: 7748655.

HSL color Cylindrical-coordinate representation of color #2F3C76: hue angle of 229.01º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3C76 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4760118-
CMYK0.600.4900.54
HSL229.01º43.03%32.35%-
HSV(B)229.01º60.17%46.27%-
XYZ6.065.1417.81-
YUV62.72159.19116.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=20.89%
G=26.67%
B=52.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47601180.600.4900.54229.0143.0332.35
Hex2F3C763C31036e52b20
Octal577416674610663455340
Binary1011111111001110110111100110001011011011100101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,60,118); }

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

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

 a { background-color: rgb(47,60,118); }

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

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

 span { border-color: rgb(47,60,118); }

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