Html Css Color HEX #365E4F Spectra

📋 copy color: '#365E4F'

red 54 ◦ green 94 ◦ blue 79

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

Shades of Spectra #365E4F

Tints of Spectra #365E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

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

R = 23.79%
G = 41.41%
B = 34.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#365E4F (or 0x365E4F) is known color: Spectra. HEX triplet: 36, 5E and 4F. RGB value is (54,94,79). Sum of RGB (Red+Green+Blue) = 54+94+79=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #365E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E4F is #C9A1B0. Grayscale: #505050. Windows color (decimal): -13214129 or 5201462. OLE color: 5201462.

HSL color Cylindrical-coordinate representation of color #365E4F: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365E4F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 94 79 -
CMYK 0.43 0 0.16 0.63
HSL 157.5º 0.27% 0.29% -
HSV(B) 157.5º 0.43% 0.37% -
XYZ 6.94 9.35 8.84 -
YUV 80.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 54 94 79 0.43 0 0.16 0.63 157.5 0.27 0.29
Hex 36 5E 4F 2B 0 10 3F 9E 1B 1D
Octal 66 136 117 53 0 20 77 236 33 35
Binary 110110 1011110 1001111 101011 0 10000 111111 10011110 11011 11101

Color Harmonies of #365E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E4F

Black with #365E4F

Text Example


Text Example

White with #365E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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