Html Css Color HEX #32495B Cello

📋 copy color: '#32495B'

red 50 ◦ green 73 ◦ blue 91

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

Shades of Cello #32495B

Tints of Cello #32495B

RGB

 RED value IS 50 (19.92% from 255) = 23.36%

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 23.36%
G = 34.11%
B = 42.52%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32495B (or 0x32495B) is known color: Cello. HEX triplet: 32, 49 and 5B. RGB value is (50,73,91). Sum of RGB (Red+Green+Blue) = 50+73+91=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #32495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32495B is #CDB6A4. Grayscale: #444444. Windows color (decimal): -13481637 or 5982514. OLE color: 5982514.

HSL color Cylindrical-coordinate representation of color #32495B: hue angle of 206.34º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32495B is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 73 91 -
CMYK 0.45 0.20 0 0.64
HSL 206.34º 0.29% 0.28% -
HSV(B) 206.34º 0.45% 0.36% -
XYZ 5.59 6.2 10.8 -
YUV 68.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 50 73 91 0.45 0.20 0 0.64 206.34 0.29 0.28
Hex 32 49 5B 2D 14 0 40 CE 1D 1C
Octal 62 111 133 55 24 0 100 316 35 34
Binary 110010 1001001 1011011 101101 10100 0 1000000 11001110 11101 11100

Color Harmonies of #32495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32495B

Black with #32495B

Text Example


Text Example

White with #32495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32495B;
 }
 .AnyTagClassName
 {
   color: #32495B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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