#33485A

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

Shades of Cello #33485A

Tints of Cello #33485A

Color information

#33485A (or 0x33485A) is unknown color: approx Cello. HEX triplet: 33, 48 and 5A. RGB value is (51,72,90). Sum of RGB (Red+Green+Blue) = 51+72+90=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #33485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33485A is #CCB7A5. Grayscale: #434343. Windows color (decimal): -13416358 or 5916723. OLE color: 5916723.

HSL color Cylindrical-coordinate representation of color #33485A: hue angle of 207.69º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33485A is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517290-
CMYK0.430.2000.65
HSL207.69º27.66%27.65%-
HSV(B)207.69º43.33%35.29%-
XYZ5.536.0810.55-
YUV67.77140.54116.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=23.94%
G=33.80%
B=42.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5172900.430.2000.65207.6927.6627.65
Hex33485A2B14041d01c1c
Octal63110132532401013203434
Binary110011100100010110101010111010001000001110100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33485A; }

 p { color: rgb(51,72,90); }

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

<style>
 a { background-color: #33485A; }

 a { background-color: rgb(51,72,90); }

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

<style>
 span { border-color: #33485A; }

 span { border-color: rgb(51,72,90); }

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