Html Css Color HEX #396399 Mariner

📋 copy color: '#396399'

red 57 ◦ green 99 ◦ blue 153

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

Shades of Mariner #396399

Tints of Mariner #396399

RGB

 RED value IS 57 (22.66% from 255) = 18.45%

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 18.45%
G = 32.04%
B = 49.51%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396399 (or 0x396399) is known color: Mariner. HEX triplet: 39, 63 and 99. RGB value is (57,99,153). Sum of RGB (Red+Green+Blue) = 57+99+153=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #396399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396399 is #C69C66. Grayscale: #5C5C5C. Windows color (decimal): -13016167 or 10052409. OLE color: 10052409.

HSL color Cylindrical-coordinate representation of color #396399: hue angle of 213.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396399 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 99 153 -
CMYK 0.63 0.35 0 0.4
HSL 213.75º 0.46% 0.41% -
HSV(B) 213.75º 0.63% 0.6% -
XYZ 11.9 12.09 31.84 -
YUV 92.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 57 99 153 0.63 0.35 0 0.4 213.75 0.46 0.41
Hex 39 63 99 3F 23 0 28 D6 2E 29
Octal 71 143 231 77 43 0 50 326 56 51
Binary 111001 1100011 10011001 111111 100011 0 101000 11010110 101110 101001

Color Harmonies of #396399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396399

Black with #396399

Text Example


Text Example

White with #396399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396399; }

 p { color: rgb(57,99,153); }

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

background-color css

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

 a { background-color: rgb(57,99,153); }

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

border-color css

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

 span { border-color: rgb(57,99,153); }

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