Html Css Color HEX #36559C Mariner

📋 copy color: '#36559C'

red 54 ◦ green 85 ◦ blue 156

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

Shades of Mariner #36559C

Tints of Mariner #36559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 18.31%
G = 28.81%
B = 52.88%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36559C (or 0x36559C) is known color: Mariner. HEX triplet: 36, 55 and 9C. RGB value is (54,85,156). Sum of RGB (Red+Green+Blue) = 54+85+156=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #36559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36559C is #C9AA63. Grayscale: #535353. Windows color (decimal): -13216356 or 10245430. OLE color: 10245430.

HSL color Cylindrical-coordinate representation of color #36559C: hue angle of 221.76º degrees, saturation: 0.49, 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 #36559C is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 85 156 -
CMYK 0.65 0.46 0 0.39
HSL 221.76º 0.49% 0.41% -
HSV(B) 221.76º 0.65% 0.61% -
XYZ 10.77 9.68 32.75 -
YUV 83.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 54 85 156 0.65 0.46 0 0.39 221.76 0.49 0.41
Hex 36 55 9C 41 2E 0 27 DE 31 29
Octal 66 125 234 101 56 0 47 336 61 51
Binary 110110 1010101 10011100 1000001 101110 0 100111 11011110 110001 101001

Color Harmonies of #36559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36559C

Black with #36559C

Text Example


Text Example

White with #36559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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