Html Css Color HEX #36475F Cello

📋 copy color: '#36475F'

red 54 ◦ green 71 ◦ blue 95

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

Shades of Cello #36475F

Tints of Cello #36475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 24.55%
G = 32.27%
B = 43.18%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36475F (or 0x36475F) is known color: Cello. HEX triplet: 36, 47 and 5F. RGB value is (54,71,95). Sum of RGB (Red+Green+Blue) = 54+71+95=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #36475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36475F is #C9B8A0. Grayscale: #444444. Windows color (decimal): -13220001 or 6244150. OLE color: 6244150.

HSL color Cylindrical-coordinate representation of color #36475F: hue angle of 215.12º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36475F is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 71 95 -
CMYK 0.43 0.25 0 0.63
HSL 215.12º 0.28% 0.29% -
HSV(B) 215.12º 0.43% 0.37% -
XYZ 5.84 6.12 11.7 -
YUV 68.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 54 71 95 0.43 0.25 0 0.63 215.12 0.28 0.29
Hex 36 47 5F 2B 19 0 3F D7 1C 1D
Octal 66 107 137 53 31 0 77 327 34 35
Binary 110110 1000111 1011111 101011 11001 0 111111 11010111 11100 11101

Color Harmonies of #36475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36475F

Black with #36475F

Text Example


Text Example

White with #36475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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