Html Css Color HEX #365951 Spectra

📋 copy color: '#365951'

red 54 ◦ green 89 ◦ blue 81

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

Shades of Spectra #365951

Tints of Spectra #365951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 24.11%
G = 39.73%
B = 36.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#365951 (or 0x365951) is known color: Spectra. HEX triplet: 36, 59 and 51. RGB value is (54,89,81). Sum of RGB (Red+Green+Blue) = 54+89+81=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #365951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365951 is #C9A6AE. Grayscale: #4D4D4D. Windows color (decimal): -13215407 or 5331254. OLE color: 5331254.

HSL color Cylindrical-coordinate representation of color #365951: hue angle of 166.29º 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 #365951 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 81 -
CMYK 0.39 0 0.09 0.65
HSL 166.29º 0.24% 0.28% -
HSV(B) 166.29º 0.39% 0.35% -
XYZ 6.58 8.52 9.08 -
YUV 77.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 54 89 81 0.39 0 0.09 0.65 166.29 0.24 0.28
Hex 36 59 51 27 0 9 41 A6 18 1C
Octal 66 131 121 47 0 11 101 246 30 34
Binary 110110 1011001 1010001 100111 0 1001 1000001 10100110 11000 11100

Color Harmonies of #365951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365951

Black with #365951

Text Example


Text Example

White with #365951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365951; }

 p { color: rgb(54,89,81); }

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

background-color css

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

 a { background-color: rgb(54,89,81); }

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

border-color css

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

 span { border-color: rgb(54,89,81); }

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