Html Css Color HEX #365449 Spectra

📋 copy color: '#365449'

red 54 ◦ green 84 ◦ blue 73

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

Shades of Spectra #365449

Tints of Spectra #365449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 25.59%
G = 39.81%
B = 34.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#365449 (or 0x365449) is known color: Spectra. HEX triplet: 36, 54 and 49. RGB value is (54,84,73). Sum of RGB (Red+Green+Blue) = 54+84+73=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #365449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365449 is #C9ABB6. Grayscale: #494949. Windows color (decimal): -13216695 or 4805686. OLE color: 4805686.

HSL color Cylindrical-coordinate representation of color #365449: hue angle of 158º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365449 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 84 73 -
CMYK 0.36 0 0.13 0.67
HSL 158º 0.22% 0.27% -
HSV(B) 158º 0.36% 0.33% -
XYZ 5.89 7.61 7.46 -
YUV 73.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 54 84 73 0.36 0 0.13 0.67 158 0.22 0.27
Hex 36 54 49 24 0 D 43 9E 16 1B
Octal 66 124 111 44 0 15 103 236 26 33
Binary 110110 1010100 1001001 100100 0 1101 1000011 10011110 10110 11011

Color Harmonies of #365449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365449

Black with #365449

Text Example


Text Example

White with #365449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365449; }

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

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

background-color css

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

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

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

border-color css

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

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

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