Html Css Color HEX #396393 Mariner

📋 copy color: '#396393'

red 57 ◦ green 99 ◦ blue 147

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

Shades of Mariner #396393

Tints of Mariner #396393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 18.81%
G = 32.67%
B = 48.51%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396393 (or 0x396393) is known color: Mariner. HEX triplet: 39, 63 and 93. RGB value is (57,99,147). Sum of RGB (Red+Green+Blue) = 57+99+147=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #396393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396393 is #C69C6C. Grayscale: #5B5B5B. Windows color (decimal): -13016173 or 9659193. OLE color: 9659193.

HSL color Cylindrical-coordinate representation of color #396393: hue angle of 212º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396393 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 99 147 -
CMYK 0.61 0.33 0 0.42
HSL 212º 0.44% 0.4% -
HSV(B) 212º 0.61% 0.58% -
XYZ 11.42 11.9 29.3 -
YUV 91.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 57 99 147 0.61 0.33 0 0.42 212 0.44 0.4
Hex 39 63 93 3D 21 0 2A D4 2C 28
Octal 71 143 223 75 41 0 52 324 54 50
Binary 111001 1100011 10010011 111101 100001 0 101010 11010100 101100 101000

Color Harmonies of #396393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396393

Black with #396393

Text Example


Text Example

White with #396393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396393; }

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

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

background-color css

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

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

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

border-color css

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

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

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