#2F534B

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

Shades of Blue Dianne #2F534B

Tints of Blue Dianne #2F534B

Color information

#2F534B (or 0x2F534B) is unknown color: approx Blue Dianne. HEX triplet: 2F, 53 and 4B. RGB value is (47,83,75). Sum of RGB (Red+Green+Blue) = 47+83+75=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #2F534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F534B is #D0ACB4. Grayscale: #474747. Windows color (decimal): -13675701 or 4936495. OLE color: 4936495.

HSL color Cylindrical-coordinate representation of color #2F534B: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F534B is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB478375-
CMYK0.4300.100.67
HSL166.67º27.69%25.49%-
HSV(B)166.67º43.37%32.55%-
XYZ5.547.37.77-
YUV71.32130.07110.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=22.93%
G=40.49%
B=36.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783750.4300.100.67166.6727.6925.49
Hex2F534B2B0A43a71c19
Octal57123113530121032473431
Binary10111110100111001011101011010101000011101001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,75); }

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

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

 a { background-color: rgb(47,83,75); }

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

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

 span { border-color: rgb(47,83,75); }

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