#33495B

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

Shades of Cello #33495B

Tints of Cello #33495B

Color information

#33495B (or 0x33495B) is unknown color: approx Cello. HEX triplet: 33, 49 and 5B. RGB value is (51,73,91). Sum of RGB (Red+Green+Blue) = 51+73+91=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #33495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33495B is #CCB6A4. Grayscale: #444444. Windows color (decimal): -13416101 or 5982515. OLE color: 5982515.

HSL color Cylindrical-coordinate representation of color #33495B: hue angle of 207º 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 #33495B is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB517391-
CMYK0.440.2000.64
HSL207º28.17%27.84%-
HSV(B)207º43.96%35.69%-
XYZ5.646.2210.8-
YUV68.47140.71115.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=23.72%
G=33.95%
B=42.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5173910.440.2000.6420728.1727.84
Hex33495B2C14040cf1c1c
Octal63111133542401003173434
Binary110011100100110110111011001010001000000110011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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