Html Css Color HEX #36584C Spectra

📋 copy color: '#36584C'

red 54 ◦ green 88 ◦ blue 76

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

Shades of Spectra #36584C

Tints of Spectra #36584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 24.77%
G = 40.37%
B = 34.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#36584C (or 0x36584C) is known color: Spectra. HEX triplet: 36, 58 and 4C. RGB value is (54,88,76). Sum of RGB (Red+Green+Blue) = 54+88+76=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #36584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36584C is #C9A7B3. Grayscale: #4C4C4C. Windows color (decimal): -13215668 or 5003318. OLE color: 5003318.

HSL color Cylindrical-coordinate representation of color #36584C: hue angle of 158.82º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36584C is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 76 -
CMYK 0.39 0 0.14 0.65
HSL 158.82º 0.24% 0.28% -
HSV(B) 158.82º 0.39% 0.35% -
XYZ 6.32 8.29 8.1 -
YUV 76.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 54 88 76 0.39 0 0.14 0.65 158.82 0.24 0.28
Hex 36 58 4C 27 0 E 41 9F 18 1C
Octal 66 130 114 47 0 16 101 237 30 34
Binary 110110 1011000 1001100 100111 0 1110 1000001 10011111 11000 11100

Color Harmonies of #36584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36584C

Black with #36584C

Text Example


Text Example

White with #36584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36584C; }

 p { color: rgb(54,88,76); }

 H1.HeaderClassName
 {
   color: #36584C;
 }
 .AnyTagClassName
 {
   color: #36584C;
 }
</style>

background-color css

<style>
 a { background-color: #36584C; }

 a { background-color: rgb(54,88,76); }

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

border-color css

<style>
 span { border-color: #36584C; }

 span { border-color: rgb(54,88,76); }

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