#33504E

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

Shades of Blue Dianne #33504E

Tints of Blue Dianne #33504E

Color information

#33504E (or 0x33504E) is unknown color: approx Blue Dianne. HEX triplet: 33, 50 and 4E. RGB value is (51,80,78). Sum of RGB (Red+Green+Blue) = 51+80+78=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #33504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33504E is #CCAFB1. Grayscale: #474747. Windows color (decimal): -13414322 or 5132339. OLE color: 5132339.

HSL color Cylindrical-coordinate representation of color #33504E: hue angle of 175.86º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #33504E is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB518078-
CMYK0.3600.020.69
HSL175.86º22.14%25.69%-
HSV(B)175.86º36.25%31.37%-
XYZ5.616.998.26-
YUV71.1131.89113.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=24.40%
G=38.28%
B=37.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180780.3600.020.69175.8622.1425.69
Hex33504E240245b0161a
Octal6312011644021052602632
Binary110011101000010011101001000101000101101100001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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