#2F486F

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

Shades of Resolution Blue #2F486F

Tints of Resolution Blue #2F486F

Color information

#2F486F (or 0x2F486F) is unknown color: approx Resolution Blue. HEX triplet: 2F, 48 and 6F. RGB value is (47,72,111). Sum of RGB (Red+Green+Blue) = 47+72+111=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F486F is #D0B790. Grayscale: #444444. Windows color (decimal): -13678481 or 7292975. OLE color: 7292975.

HSL color Cylindrical-coordinate representation of color #2F486F: hue angle of 216.56º 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 #2F486F is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4772111-
CMYK0.580.3500.56
HSL216.56º40.51%30.98%-
HSV(B)216.56º57.66%43.53%-
XYZ6.366.3915.94-
YUV68.97151.72112.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.43%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=20.43%
G=31.30%
B=48.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47721110.580.3500.56216.5640.5130.98
Hex2F486F3A23038d9291f
Octal5711015772430703315137
Binary1011111001000110111111101010001101110001101100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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