Html Css Color HEX #365A4F Spectra

📋 copy color: '#365A4F'

red 54 ◦ green 90 ◦ blue 79

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

Shades of Spectra #365A4F

Tints of Spectra #365A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 24.22%
G = 40.36%
B = 35.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#365A4F (or 0x365A4F) is known color: Spectra. HEX triplet: 36, 5A and 4F. RGB value is (54,90,79). Sum of RGB (Red+Green+Blue) = 54+90+79=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #365A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A4F is #C9A5B0. Grayscale: #4D4D4D. Windows color (decimal): -13215153 or 5200438. OLE color: 5200438.

HSL color Cylindrical-coordinate representation of color #365A4F: hue angle of 161.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A4F is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 79 -
CMYK 0.40 0 0.12 0.65
HSL 161.67º 0.25% 0.28% -
HSV(B) 161.67º 0.4% 0.35% -
XYZ 6.59 8.66 8.72 -
YUV 77.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 54 90 79 0.40 0 0.12 0.65 161.67 0.25 0.28
Hex 36 5A 4F 28 0 C 41 A2 19 1C
Octal 66 132 117 50 0 14 101 242 31 34
Binary 110110 1011010 1001111 101000 0 1100 1000001 10100010 11001 11100

Color Harmonies of #365A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A4F

Black with #365A4F

Text Example


Text Example

White with #365A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,79); }

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

background-color css

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

 a { background-color: rgb(54,90,79); }

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

border-color css

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

 span { border-color: rgb(54,90,79); }

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