Html Css Color HEX #36559E Mariner

📋 copy color: '#36559E'

red 54 ◦ green 85 ◦ blue 158

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

Shades of Mariner #36559E

Tints of Mariner #36559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 18.18%
G = 28.62%
B = 53.2%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36559E (or 0x36559E) is known color: Mariner. HEX triplet: 36, 55 and 9E. RGB value is (54,85,158). Sum of RGB (Red+Green+Blue) = 54+85+158=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #36559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36559E is #C9AA61. Grayscale: #535353. Windows color (decimal): -13216354 or 10376502. OLE color: 10376502.

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

Color convert

RGB 54 85 158 -
CMYK 0.66 0.46 0 0.38
HSL 222.12º 0.49% 0.42% -
HSV(B) 222.12º 0.66% 0.62% -
XYZ 10.94 9.75 33.65 -
YUV 84.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 54 85 158 0.66 0.46 0 0.38 222.12 0.49 0.42
Hex 36 55 9E 42 2E 0 26 DE 31 2A
Octal 66 125 236 102 56 0 46 336 61 52
Binary 110110 1010101 10011110 1000010 101110 0 100110 11011110 110001 101010

Color Harmonies of #36559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36559E

Black with #36559E

Text Example


Text Example

White with #36559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36559E; }

 p { color: rgb(54,85,158); }

 H1.HeaderClassName
 {
   color: #36559E;
 }
 .AnyTagClassName
 {
   color: #36559E;
 }
</style>

background-color css

<style>
 a { background-color: #36559E; }

 a { background-color: rgb(54,85,158); }

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

border-color css

<style>
 span { border-color: #36559E; }

 span { border-color: rgb(54,85,158); }

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