#33514F

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

Shades of Blue Dianne #33514F

Tints of Blue Dianne #33514F

Color information

#33514F (or 0x33514F) is unknown color: approx Blue Dianne. HEX triplet: 33, 51 and 4F. RGB value is (51,81,79). Sum of RGB (Red+Green+Blue) = 51+81+79=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #33514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33514F is #CCAEB0. Grayscale: #474747. Windows color (decimal): -13414065 or 5198131. OLE color: 5198131.

HSL color Cylindrical-coordinate representation of color #33514F: hue angle of 176º 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 #33514F is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB518179-
CMYK0.3700.020.68
HSL176º22.73%25.88%-
HSV(B)176º37.04%31.76%-
XYZ5.727.158.48-
YUV71.8132.06113.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=24.17%
G=38.39%
B=37.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181790.3700.020.6817622.7325.88
Hex33514F250244b0171a
Octal6312111745021042602732
Binary110011101000110011111001010101000100101100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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