#2F466D

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

Shades of Resolution Blue #2F466D

Tints of Resolution Blue #2F466D

Color information

#2F466D (or 0x2F466D) is unknown color: approx Resolution Blue. HEX triplet: 2F, 46 and 6D. RGB value is (47,70,109). Sum of RGB (Red+Green+Blue) = 47+70+109=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F466D is #D0B992. Grayscale: #434343. Windows color (decimal): -13678995 or 7161391. OLE color: 7161391.

HSL color Cylindrical-coordinate representation of color #2F466D: hue angle of 217.74º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F466D is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4770109-
CMYK0.570.3600.57
HSL217.74º39.74%30.59%-
HSV(B)217.74º56.88%42.75%-
XYZ6.126.0915.32-
YUV67.57151.38113.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=20.80%
G=30.97%
B=48.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47701090.570.3600.57217.7439.7430.59
Hex2F466D3924039da281f
Octal5710615571440713325037
Binary1011111000110110110111100110010001110011101101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,109); }

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

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

 a { background-color: rgb(47,70,109); }

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

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

 span { border-color: rgb(47,70,109); }

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