Html Css Color HEX #36609F Mariner

📋 copy color: '#36609F'

red 54 ◦ green 96 ◦ blue 159

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

Shades of Mariner #36609F

Tints of Mariner #36609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 17.48%
G = 31.07%
B = 51.46%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36609F (or 0x36609F) is known color: Mariner. HEX triplet: 36, 60 and 9F. RGB value is (54,96,159). Sum of RGB (Red+Green+Blue) = 54+96+159=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #36609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36609F is #C99F60. Grayscale: #5A5A5A. Windows color (decimal): -13213537 or 10444854. OLE color: 10444854.

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

Color convert

RGB 54 96 159 -
CMYK 0.66 0.40 0 0.38
HSL 216º 0.49% 0.42% -
HSV(B) 216º 0.66% 0.62% -
XYZ 11.96 11.65 34.42 -
YUV 90.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 54 96 159 0.66 0.40 0 0.38 216 0.49 0.42
Hex 36 60 9F 42 28 0 26 D8 31 2A
Octal 66 140 237 102 50 0 46 330 61 52
Binary 110110 1100000 10011111 1000010 101000 0 100110 11011000 110001 101010

Color Harmonies of #36609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36609F

Black with #36609F

Text Example


Text Example

White with #36609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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