#2F447F

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

Shades of Resolution Blue #2F447F

Tints of Resolution Blue #2F447F

Color information

#2F447F (or 0x2F447F) is unknown color: approx Resolution Blue. HEX triplet: 2F, 44 and 7F. RGB value is (47,68,127). Sum of RGB (Red+Green+Blue) = 47+68+127=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F447F is #D0BB80. Grayscale: #444444. Windows color (decimal): -13679489 or 8340527. OLE color: 8340527.

HSL color Cylindrical-coordinate representation of color #2F447F: hue angle of 224.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F447F is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4768127-
CMYK0.630.4600.50
HSL224.25º45.98%34.12%-
HSV(B)224.25º62.99%49.8%-
XYZ7.076.2720.92-
YUV68.45161.04112.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 127 (50% from 255) = 52.48%
R=19.42%
G=28.10%
B=52.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47681270.630.4600.50224.2545.9834.12
Hex2F447F3F2E032e02e22
Octal5710417777560623405642
Binary10111110001001111111111111101110011001011100000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,127); }

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

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

 a { background-color: rgb(47,68,127); }

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

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

 span { border-color: rgb(47,68,127); }

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