#33514E

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

Shades of Blue Dianne #33514E

Tints of Blue Dianne #33514E

Color information

#33514E (or 0x33514E) is unknown color: approx Blue Dianne. HEX triplet: 33, 51 and 4E. RGB value is (51,81,78). Sum of RGB (Red+Green+Blue) = 51+81+78=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #33514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33514E is #CCAEB1. Grayscale: #474747. Windows color (decimal): -13414066 or 5132595. OLE color: 5132595.

HSL color Cylindrical-coordinate representation of color #33514E: hue angle of 174º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33514E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB518178-
CMYK0.3700.040.68
HSL174º22.73%25.88%-
HSV(B)174º37.04%31.76%-
XYZ5.687.148.29-
YUV71.69131.56113.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=24.29%
G=38.57%
B=37.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181780.3700.040.6817422.7325.88
Hex33514E250444ae171a
Octal6312111645041042562732
Binary1100111010001100111010010101001000100101011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33514E; }

 p { color: rgb(51,81,78); }

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

<style>
 a { background-color: #33514E; }

 a { background-color: rgb(51,81,78); }

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

<style>
 span { border-color: #33514E; }

 span { border-color: rgb(51,81,78); }

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