Html Css Color HEX #366054 Spectra

📋 copy color: '#366054'

red 54 ◦ green 96 ◦ blue 84

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

Shades of Spectra #366054

Tints of Spectra #366054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 23.08%
G = 41.03%
B = 35.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#366054 (or 0x366054) is known color: Spectra. HEX triplet: 36, 60 and 54. RGB value is (54,96,84). Sum of RGB (Red+Green+Blue) = 54+96+84=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #366054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366054 is #C99FAB. Grayscale: #525252. Windows color (decimal): -13213612 or 5529654. OLE color: 5529654.

HSL color Cylindrical-coordinate representation of color #366054: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366054 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 84 -
CMYK 0.44 0 0.12 0.62
HSL 162.86º 0.28% 0.29% -
HSV(B) 162.86º 0.44% 0.38% -
XYZ 7.3 9.79 9.89 -
YUV 82.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 54 96 84 0.44 0 0.12 0.62 162.86 0.28 0.29
Hex 36 60 54 2C 0 C 3E A3 1C 1D
Octal 66 140 124 54 0 14 76 243 34 35
Binary 110110 1100000 1010100 101100 0 1100 111110 10100011 11100 11101

Color Harmonies of #366054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366054

Black with #366054

Text Example


Text Example

White with #366054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366054; }

 p { color: rgb(54,96,84); }

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

background-color css

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

 a { background-color: rgb(54,96,84); }

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

border-color css

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

 span { border-color: rgb(54,96,84); }

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