Html Css Color HEX #36559F Mariner

📋 copy color: '#36559F'

red 54 ◦ green 85 ◦ blue 159

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

Shades of Mariner #36559F

Tints of Mariner #36559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 18.12%
G = 28.52%
B = 53.36%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36559F (or 0x36559F) is known color: Mariner. HEX triplet: 36, 55 and 9F. RGB value is (54,85,159). Sum of RGB (Red+Green+Blue) = 54+85+159=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #36559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36559F is #C9AA60. Grayscale: #535353. Windows color (decimal): -13216353 or 10442038. OLE color: 10442038.

HSL color Cylindrical-coordinate representation of color #36559F: hue angle of 222.29º 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 #36559F is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 85 159 -
CMYK 0.66 0.47 0 0.38
HSL 222.29º 0.49% 0.42% -
HSV(B) 222.29º 0.66% 0.62% -
XYZ 11.03 9.78 34.11 -
YUV 84.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 54 85 159 0.66 0.47 0 0.38 222.29 0.49 0.42
Hex 36 55 9F 42 2F 0 26 DE 31 2A
Octal 66 125 237 102 57 0 46 336 61 52
Binary 110110 1010101 10011111 1000010 101111 0 100110 11011110 110001 101010

Color Harmonies of #36559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36559F

Black with #36559F

Text Example


Text Example

White with #36559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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