#365B4D

Color #365B4D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #365B4D

Tints of Spectra #365B4D

Color information

#365B4D (or 0x365B4D) is unknown color: approx Spectra. HEX triplet: 36, 5B and 4D. RGB value is (54,91,77). Sum of RGB (Red+Green+Blue) = 54+91+77=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #365B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B4D is #C9A4B2. Grayscale: #4E4E4E. Windows color (decimal): -13214899 or 5069622. OLE color: 5069622.

HSL color Cylindrical-coordinate representation of color #365B4D: hue angle of 157.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B4D is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB549177-
CMYK0.4100.150.64
HSL157.3º25.52%28.43%-
HSV(B)157.3º40.66%35.69%-
XYZ6.68.88.37-
YUV78.34127.24110.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=24.32%
G=40.99%
B=34.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491770.4100.150.64157.325.5228.43
Hex365B4D290F409d1a1c
Octal66133115510171002353234
Binary11011010110111001101101001011111000000100111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B4D; }

 p { color: rgb(54,91,77); }

 H1.HeaderClassName
 {
   color: #365B4D;
 }
 .AnyTagClassName
 {
   color: #365B4D;
 }
</style>
background-color css

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

 a { background-color: rgb(54,91,77); }

 div.DivClassName
 {
   background-color: #365B4D;
 }
 .BgClassName
 {
   background-color: #365B4D;
 }
</style>
border-color css

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

 span { border-color: rgb(54,91,77); }

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