#33475D

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

Shades of Cello #33475D

Tints of Cello #33475D

Color information

#33475D (or 0x33475D) is unknown color: approx Cello. HEX triplet: 33, 47 and 5D. RGB value is (51,71,93). Sum of RGB (Red+Green+Blue) = 51+71+93=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #33475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33475D is #CCB8A2. Grayscale: #434343. Windows color (decimal): -13416611 or 6113075. OLE color: 6113075.

HSL color Cylindrical-coordinate representation of color #33475D: hue angle of 211.43º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33475D is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB517193-
CMYK0.450.2400.64
HSL211.43º29.17%28.24%-
HSV(B)211.43º45.16%36.47%-
XYZ5.59611.22-
YUV67.53142.37116.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=23.72%
G=33.02%
B=43.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5171930.450.2400.64211.4329.1728.24
Hex33475D2D18040d31d1c
Octal63107135553001003233534
Binary110011100011110111011011011100001000000110100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33475D; }

 p { color: rgb(51,71,93); }

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

<style>
 a { background-color: #33475D; }

 a { background-color: rgb(51,71,93); }

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

<style>
 span { border-color: #33475D; }

 span { border-color: rgb(51,71,93); }

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