Html Css Color HEX #365E51 Spectra

📋 copy color: '#365E51'

red 54 ◦ green 94 ◦ blue 81

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

Shades of Spectra #365E51

Tints of Spectra #365E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 23.58%
G = 41.05%
B = 35.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#365E51 (or 0x365E51) is known color: Spectra. HEX triplet: 36, 5E and 51. RGB value is (54,94,81). Sum of RGB (Red+Green+Blue) = 54+94+81=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #365E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E51 is #C9A1AE. Grayscale: #505050. Windows color (decimal): -13214127 or 5332534. OLE color: 5332534.

HSL color Cylindrical-coordinate representation of color #365E51: hue angle of 160.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 #365E51 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 94 81 -
CMYK 0.43 0 0.14 0.63
HSL 160.5º 0.27% 0.29% -
HSV(B) 160.5º 0.43% 0.37% -
XYZ 7.01 9.38 9.23 -
YUV 80.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 54 94 81 0.43 0 0.14 0.63 160.5 0.27 0.29
Hex 36 5E 51 2B 0 E 3F A0 1B 1D
Octal 66 136 121 53 0 16 77 240 33 35
Binary 110110 1011110 1010001 101011 0 1110 111111 10100000 11011 11101

Color Harmonies of #365E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E51

Black with #365E51

Text Example


Text Example

White with #365E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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