Html Css Color HEX #36475A Cello

📋 copy color: '#36475A'

red 54 ◦ green 71 ◦ blue 90

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

Shades of Cello #36475A

Tints of Cello #36475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 25.12%
G = 33.02%
B = 41.86%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36475A (or 0x36475A) is known color: Cello. HEX triplet: 36, 47 and 5A. RGB value is (54,71,90). Sum of RGB (Red+Green+Blue) = 54+71+90=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #36475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36475A is #C9B8A5. Grayscale: #434343. Windows color (decimal): -13220006 or 5916470. OLE color: 5916470.

HSL color Cylindrical-coordinate representation of color #36475A: hue angle of 211.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36475A is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 71 90 -
CMYK 0.40 0.21 0 0.65
HSL 211.67º 0.25% 0.28% -
HSV(B) 211.67º 0.4% 0.35% -
XYZ 5.62 6.03 10.54 -
YUV 68.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 54 71 90 0.40 0.21 0 0.65 211.67 0.25 0.28
Hex 36 47 5A 28 15 0 41 D4 19 1C
Octal 66 107 132 50 25 0 101 324 31 34
Binary 110110 1000111 1011010 101000 10101 0 1000001 11010100 11001 11100

Color Harmonies of #36475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36475A

Black with #36475A

Text Example


Text Example

White with #36475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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