Html Css Color HEX #33495A Cello

📋 copy color: '#33495A'

red 51 ◦ green 73 ◦ blue 90

#33495A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #33495A

Tints of Cello #33495A

RGB

 RED value IS 51 (20.31% from 255) = 23.83%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 23.83%
G = 34.11%
B = 42.06%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33495A (or 0x33495A) is known color: Cello. HEX triplet: 33, 49 and 5A. RGB value is (51,73,90). Sum of RGB (Red+Green+Blue) = 51+73+90=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #33495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33495A is #CCB6A5. Grayscale: #444444. Windows color (decimal): -13416102 or 5916979. OLE color: 5916979.

HSL color Cylindrical-coordinate representation of color #33495A: hue angle of 206.15º 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 #33495A is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 73 90 -
CMYK 0.43 0.19 0 0.65
HSL 206.15º 0.28% 0.28% -
HSV(B) 206.15º 0.43% 0.35% -
XYZ 5.59 6.21 10.58 -
YUV 68.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 51 73 90 0.43 0.19 0 0.65 206.15 0.28 0.28
Hex 33 49 5A 2B 13 0 41 CE 1C 1C
Octal 63 111 132 53 23 0 101 316 34 34
Binary 110011 1001001 1011010 101011 10011 0 1000001 11001110 11100 11100

Color Harmonies of #33495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33495A

Black with #33495A

Text Example


Text Example

White with #33495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33495A;
 }
 .AnyTagClassName
 {
   color: #33495A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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