Html Css Color HEX #36609C Mariner

📋 copy color: '#36609C'

red 54 ◦ green 96 ◦ blue 156

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

Shades of Mariner #36609C

Tints of Mariner #36609C

RGB

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

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

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

R = 17.65%
G = 31.37%
B = 50.98%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36609C (or 0x36609C) is known color: Mariner. HEX triplet: 36, 60 and 9C. RGB value is (54,96,156). Sum of RGB (Red+Green+Blue) = 54+96+156=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #36609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36609C is #C99F63. Grayscale: #5A5A5A. Windows color (decimal): -13213540 or 10248246. OLE color: 10248246.

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

Color convert

RGB 54 96 156 -
CMYK 0.65 0.38 0 0.39
HSL 215.29º 0.49% 0.41% -
HSV(B) 215.29º 0.65% 0.61% -
XYZ 11.7 11.55 33.07 -
YUV 90.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 54 96 156 0.65 0.38 0 0.39 215.29 0.49 0.41
Hex 36 60 9C 41 26 0 27 D7 31 29
Octal 66 140 234 101 46 0 47 327 61 51
Binary 110110 1100000 10011100 1000001 100110 0 100111 11010111 110001 101001

Color Harmonies of #36609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36609C

Black with #36609C

Text Example


Text Example

White with #36609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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