Html Css Color HEX #36559B Mariner

📋 copy color: '#36559B'

red 54 ◦ green 85 ◦ blue 155

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

Shades of Mariner #36559B

Tints of Mariner #36559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 18.37%
G = 28.91%
B = 52.72%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36559B (or 0x36559B) is known color: Mariner. HEX triplet: 36, 55 and 9B. RGB value is (54,85,155). Sum of RGB (Red+Green+Blue) = 54+85+155=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #36559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36559B is #C9AA64. Grayscale: #535353. Windows color (decimal): -13216357 or 10179894. OLE color: 10179894.

HSL color Cylindrical-coordinate representation of color #36559B: hue angle of 221.58º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36559B is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 85 155 -
CMYK 0.65 0.45 0 0.39
HSL 221.58º 0.48% 0.41% -
HSV(B) 221.58º 0.65% 0.61% -
XYZ 10.69 9.65 32.31 -
YUV 83.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 54 85 155 0.65 0.45 0 0.39 221.58 0.48 0.41
Hex 36 55 9B 41 2D 0 27 DE 30 29
Octal 66 125 233 101 55 0 47 336 60 51
Binary 110110 1010101 10011011 1000001 101101 0 100111 11011110 110000 101001

Color Harmonies of #36559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36559B

Black with #36559B

Text Example


Text Example

White with #36559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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