#2F564E

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

Shades of Blue Dianne #2F564E

Tints of Blue Dianne #2F564E

Color information

#2F564E (or 0x2F564E) is unknown color: approx Blue Dianne. HEX triplet: 2F, 56 and 4E. RGB value is (47,86,78). Sum of RGB (Red+Green+Blue) = 47+86+78=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #2F564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F564E is #D0A9B1. Grayscale: #494949. Windows color (decimal): -13674930 or 5133871. OLE color: 5133871.

HSL color Cylindrical-coordinate representation of color #2F564E: hue angle of 167.69º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F564E is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB478678-
CMYK0.4500.090.66
HSL167.69º29.32%26.08%-
HSV(B)167.69º45.35%33.73%-
XYZ5.887.818.41-
YUV73.43130.58109.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=22.27%
G=40.76%
B=36.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4786780.4500.090.66167.6929.3226.08
Hex2F564E2D0942a81d1a
Octal57126116550111022503532
Binary10111110101101001110101101010011000010101010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,86,78); }

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

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

 a { background-color: rgb(47,86,78); }

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

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

 span { border-color: rgb(47,86,78); }

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