Html Css Color HEX #33495B Cello

📋 copy color: '#33495B'

red 51 ◦ green 73 ◦ blue 91

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

Shades of Cello #33495B

Tints of Cello #33495B

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 value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33495B (or 0x33495B) is known color: 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

RGB 51 73 91 -
CMYK 0.44 0.20 0 0.64
HSL 207º 0.28% 0.28% -
HSV(B) 207º 0.44% 0.36% -
XYZ 5.64 6.22 10.8 -
YUV 68.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 51 73 91 0.44 0.20 0 0.64 207 0.28 0.28
Hex 33 49 5B 2C 14 0 40 CF 1C 1C
Octal 63 111 133 54 24 0 100 317 34 34
Binary 110011 1001001 1011011 101100 10100 0 1000000 11001111 11100 11100

Color Harmonies of #33495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33495B

Black with #33495B

Text Example


Text Example

White with #33495B

Text Example


Text Example

HTML Codes & Css Web 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>