#33465B

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

Shades of Cello #33465B

Tints of Cello #33465B

Color information

#33465B (or 0x33465B) is unknown color: approx Cello. HEX triplet: 33, 46 and 5B. RGB value is (51,70,91). Sum of RGB (Red+Green+Blue) = 51+70+91=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #33465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33465B is #CCB9A4. Grayscale: #424242. Windows color (decimal): -13416869 or 5981747. OLE color: 5981747.

HSL color Cylindrical-coordinate representation of color #33465B: hue angle of 211.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33465B is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB517091-
CMYK0.440.2300.64
HSL211.5º28.17%27.84%-
HSV(B)211.5º43.96%35.69%-
XYZ5.445.8410.74-
YUV66.71141.71116.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=24.06%
G=33.02%
B=42.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5170910.440.2300.64211.528.1727.84
Hex33465B2C17040d41c1c
Octal63106133542701003243434
Binary110011100011010110111011001011101000000110101001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33465B; }

 p { color: rgb(51,70,91); }

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

<style>
 a { background-color: #33465B; }

 a { background-color: rgb(51,70,91); }

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

<style>
 span { border-color: #33465B; }

 span { border-color: rgb(51,70,91); }

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