Html Css Color HEX #36495B Cello

📋 copy color: '#36495B'

red 54 ◦ green 73 ◦ blue 91

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

Shades of Cello #36495B

Tints of Cello #36495B

RGB

 RED value IS 54 (21.48% from 255) = 24.77%

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

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

R = 24.77%
G = 33.49%
B = 41.74%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36495B (or 0x36495B) is known color: Cello. HEX triplet: 36, 49 and 5B. RGB value is (54,73,91). Sum of RGB (Red+Green+Blue) = 54+73+91=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #36495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36495B is #C9B6A4. Grayscale: #454545. Windows color (decimal): -13219493 or 5982518. OLE color: 5982518.

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

Color convert

RGB 54 73 91 -
CMYK 0.41 0.20 0 0.64
HSL 209.19º 0.26% 0.28% -
HSV(B) 209.19º 0.41% 0.36% -
XYZ 5.79 6.3 10.81 -
YUV 69.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 54 73 91 0.41 0.20 0 0.64 209.19 0.26 0.28
Hex 36 49 5B 29 14 0 40 D1 1A 1C
Octal 66 111 133 51 24 0 100 321 32 34
Binary 110110 1001001 1011011 101001 10100 0 1000000 11010001 11010 11100

Color Harmonies of #36495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36495B

Black with #36495B

Text Example


Text Example

White with #36495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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