Html Css Color HEX #36475D Cello

📋 copy color: '#36475D'

red 54 ◦ green 71 ◦ blue 93

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

Shades of Cello #36475D

Tints of Cello #36475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 24.77%
G = 32.57%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36475D (or 0x36475D) is known color: Cello. HEX triplet: 36, 47 and 5D. RGB value is (54,71,93). Sum of RGB (Red+Green+Blue) = 54+71+93=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #36475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36475D is #C9B8A2. Grayscale: #444444. Windows color (decimal): -13220003 or 6113078. OLE color: 6113078.

HSL color Cylindrical-coordinate representation of color #36475D: hue angle of 213.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36475D is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 71 93 -
CMYK 0.42 0.24 0 0.64
HSL 213.85º 0.27% 0.29% -
HSV(B) 213.85º 0.42% 0.36% -
XYZ 5.75 6.08 11.23 -
YUV 68.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 54 71 93 0.42 0.24 0 0.64 213.85 0.27 0.29
Hex 36 47 5D 2A 18 0 40 D6 1B 1D
Octal 66 107 135 52 30 0 100 326 33 35
Binary 110110 1000111 1011101 101010 11000 0 1000000 11010110 11011 11101

Color Harmonies of #36475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36475D

Black with #36475D

Text Example


Text Example

White with #36475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36475D; }

 p { color: rgb(54,71,93); }

 H1.HeaderClassName
 {
   color: #36475D;
 }
 .AnyTagClassName
 {
   color: #36475D;
 }
</style>

background-color css

<style>
 a { background-color: #36475D; }

 a { background-color: rgb(54,71,93); }

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

border-color css

<style>
 span { border-color: #36475D; }

 span { border-color: rgb(54,71,93); }

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