Html Css Color HEX #36569D Mariner

📋 copy color: '#36569D'

red 54 ◦ green 86 ◦ blue 157

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

Shades of Mariner #36569D

Tints of Mariner #36569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 18.18%
G = 28.96%
B = 52.86%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36569D (or 0x36569D) is known color: Mariner. HEX triplet: 36, 56 and 9D. RGB value is (54,86,157). Sum of RGB (Red+Green+Blue) = 54+86+157=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #36569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36569D is #C9A962. Grayscale: #545454. Windows color (decimal): -13216099 or 10311222. OLE color: 10311222.

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

Color convert

RGB 54 86 157 -
CMYK 0.66 0.45 0 0.38
HSL 221.36º 0.49% 0.41% -
HSV(B) 221.36º 0.66% 0.62% -
XYZ 10.93 9.87 33.23 -
YUV 84.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 54 86 157 0.66 0.45 0 0.38 221.36 0.49 0.41
Hex 36 56 9D 42 2D 0 26 DD 31 29
Octal 66 126 235 102 55 0 46 335 61 51
Binary 110110 1010110 10011101 1000010 101101 0 100110 11011101 110001 101001

Color Harmonies of #36569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36569D

Black with #36569D

Text Example


Text Example

White with #36569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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