Html Css Color HEX #36529F Mariner

📋 copy color: '#36529F'

red 54 ◦ green 82 ◦ blue 159

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

Shades of Mariner #36529F

Tints of Mariner #36529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 18.31%
G = 27.8%
B = 53.9%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36529F (or 0x36529F) is known color: Mariner. HEX triplet: 36, 52 and 9F. RGB value is (54,82,159). Sum of RGB (Red+Green+Blue) = 54+82+159=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #36529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36529F is #C9AD60. Grayscale: #525252. Windows color (decimal): -13217121 or 10441270. OLE color: 10441270.

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

Color convert

RGB 54 82 159 -
CMYK 0.66 0.48 0 0.38
HSL 224º 0.49% 0.42% -
HSV(B) 224º 0.66% 0.62% -
XYZ 10.8 9.32 34.03 -
YUV 82.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 54 82 159 0.66 0.48 0 0.38 224 0.49 0.42
Hex 36 52 9F 42 30 0 26 E0 31 2A
Octal 66 122 237 102 60 0 46 340 61 52
Binary 110110 1010010 10011111 1000010 110000 0 100110 11100000 110001 101010

Color Harmonies of #36529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36529F

Black with #36529F

Text Example


Text Example

White with #36529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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