#2F416F

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

Shades of Resolution Blue #2F416F

Tints of Resolution Blue #2F416F

Color information

#2F416F (or 0x2F416F) is unknown color: approx Resolution Blue. HEX triplet: 2F, 41 and 6F. RGB value is (47,65,111). Sum of RGB (Red+Green+Blue) = 47+65+111=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F416F is #D0BE90. Grayscale: #404040. Windows color (decimal): -13680273 or 7291183. OLE color: 7291183.

HSL color Cylindrical-coordinate representation of color #2F416F: hue angle of 223.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F416F is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4765111-
CMYK0.580.4100.56
HSL223.12º40.51%30.98%-
HSV(B)223.12º57.66%43.53%-
XYZ5.935.5315.79-
YUV64.86154.04115.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=21.08%
G=29.15%
B=49.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47651110.580.4100.56223.1240.5130.98
Hex2F416F3A29038df291f
Octal5710115772510703375137
Binary1011111000001110111111101010100101110001101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,111); }

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

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

 a { background-color: rgb(47,65,111); }

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

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

 span { border-color: rgb(47,65,111); }

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