Html Css Color HEX #366255 Spectra

📋 copy color: '#366255'

red 54 ◦ green 98 ◦ blue 85

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

Shades of Spectra #366255

Tints of Spectra #366255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 22.78%
G = 41.35%
B = 35.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#366255 (or 0x366255) is known color: Spectra. HEX triplet: 36, 62 and 55. RGB value is (54,98,85). Sum of RGB (Red+Green+Blue) = 54+98+85=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #366255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366255 is #C99DAA. Grayscale: #535353. Windows color (decimal): -13213099 or 5595702. OLE color: 5595702.

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

Color convert

RGB 54 98 85 -
CMYK 0.45 0 0.13 0.62
HSL 162.27º 0.29% 0.3% -
HSV(B) 162.27º 0.45% 0.38% -
XYZ 7.53 10.18 10.16 -
YUV 83.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 54 98 85 0.45 0 0.13 0.62 162.27 0.29 0.3
Hex 36 62 55 2D 0 D 3E A2 1D 1E
Octal 66 142 125 55 0 15 76 242 35 36
Binary 110110 1100010 1010101 101101 0 1101 111110 10100010 11101 11110

Color Harmonies of #366255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366255

Black with #366255

Text Example


Text Example

White with #366255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366255; }

 p { color: rgb(54,98,85); }

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

background-color css

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

 a { background-color: rgb(54,98,85); }

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

border-color css

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

 span { border-color: rgb(54,98,85); }

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