#33506C

Color #33506C Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #33506C

Tints of Cello #33506C

Color information

#33506C (or 0x33506C) is unknown color: approx Cello. HEX triplet: 33, 50 and 6C. RGB value is (51,80,108). Sum of RGB (Red+Green+Blue) = 51+80+108=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #33506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33506C is #CCAF93. Grayscale: #4A4A4A. Windows color (decimal): -13414292 or 7098419. OLE color: 7098419.

HSL color Cylindrical-coordinate representation of color #33506C: hue angle of 209.47º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33506C is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5180108-
CMYK0.530.2600.58
HSL209.47º35.85%31.18%-
HSV(B)209.47º52.78%42.35%-
XYZ6.947.5215.27-
YUV74.52146.89111.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=21.34%
G=33.47%
B=45.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51801080.530.2600.58209.4735.8531.18
Hex33506C351A03Ad1241f
Octal6312015465320723214437
Binary110011101000011011001101011101001110101101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33506C; }

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

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

<style>
 a { background-color: #33506C; }

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

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

<style>
 span { border-color: #33506C; }

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

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