Html Css Color HEX #33496C Cello

📋 copy color: '#33496C'

red 51 ◦ green 73 ◦ blue 108

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

Shades of Cello #33496C

Tints of Cello #33496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 21.98%
G = 31.47%
B = 46.55%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33496C (or 0x33496C) is known color: Cello. HEX triplet: 33, 49 and 6C. RGB value is (51,73,108). Sum of RGB (Red+Green+Blue) = 51+73+108=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #33496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33496C is #CCB693. Grayscale: #464646. Windows color (decimal): -13416084 or 7096627. OLE color: 7096627.

HSL color Cylindrical-coordinate representation of color #33496C: hue angle of 216.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33496C is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 73 108 -
CMYK 0.53 0.32 0 0.58
HSL 216.84º 0.36% 0.31% -
HSV(B) 216.84º 0.53% 0.42% -
XYZ 6.45 6.55 15.11 -
YUV 70.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 51 73 108 0.53 0.32 0 0.58 216.84 0.36 0.31
Hex 33 49 6C 35 20 0 3A D9 24 1F
Octal 63 111 154 65 40 0 72 331 44 37
Binary 110011 1001001 1101100 110101 100000 0 111010 11011001 100100 11111

Color Harmonies of #33496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33496C

Black with #33496C

Text Example


Text Example

White with #33496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33496C; }

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

 H1.HeaderClassName
 {
   color: #33496C;
 }
 .AnyTagClassName
 {
   color: #33496C;
 }
</style>

background-color css

<style>
 a { background-color: #33496C; }

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

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

border-color css

<style>
 span { border-color: #33496C; }

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

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