Html Css Color HEX #36599D Mariner

📋 copy color: '#36599D'

red 54 ◦ green 89 ◦ blue 157

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

Shades of Mariner #36599D

Tints of Mariner #36599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 18%
G = 29.67%
B = 52.33%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36599D (or 0x36599D) is known color: Mariner. HEX triplet: 36, 59 and 9D. RGB value is (54,89,157). Sum of RGB (Red+Green+Blue) = 54+89+157=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #36599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36599D is #C9A662. Grayscale: #555555. Windows color (decimal): -13215331 or 10311990. OLE color: 10311990.

HSL color Cylindrical-coordinate representation of color #36599D: hue angle of 219.61º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36599D is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 89 157 -
CMYK 0.66 0.43 0 0.38
HSL 219.61º 0.49% 0.41% -
HSV(B) 219.61º 0.66% 0.62% -
XYZ 11.18 10.36 33.31 -
YUV 86.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 54 89 157 0.66 0.43 0 0.38 219.61 0.49 0.41
Hex 36 59 9D 42 2B 0 26 DC 31 29
Octal 66 131 235 102 53 0 46 334 61 51
Binary 110110 1011001 10011101 1000010 101011 0 100110 11011100 110001 101001

Color Harmonies of #36599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36599D

Black with #36599D

Text Example


Text Example

White with #36599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36599D; }

 p { color: rgb(54,89,157); }

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

background-color css

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

 a { background-color: rgb(54,89,157); }

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

border-color css

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

 span { border-color: rgb(54,89,157); }

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