#2F456C

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

Shades of Resolution Blue #2F456C

Tints of Resolution Blue #2F456C

Color information

#2F456C (or 0x2F456C) is unknown color: approx Resolution Blue. HEX triplet: 2F, 45 and 6C. RGB value is (47,69,108). Sum of RGB (Red+Green+Blue) = 47+69+108=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F456C is #D0BA93. Grayscale: #424242. Windows color (decimal): -13679252 or 7095599. OLE color: 7095599.

HSL color Cylindrical-coordinate representation of color #2F456C: hue angle of 218.36º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F456C is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4769108-
CMYK0.560.3600.58
HSL218.36º39.35%30.39%-
HSV(B)218.36º56.48%42.35%-
XYZ6.015.9415.02-
YUV66.87151.21113.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=20.98%
G=30.80%
B=48.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47691080.560.3600.58218.3639.3530.39
Hex2F456C382403Ada271e
Octal5710515470440723324736
Binary1011111000101110110011100010010001110101101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,69,108); }

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

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

 a { background-color: rgb(47,69,108); }

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

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

 span { border-color: rgb(47,69,108); }

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