Html Css Color HEX #396299 Mariner

📋 copy color: '#396299'

red 57 ◦ green 98 ◦ blue 153

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

Shades of Mariner #396299

Tints of Mariner #396299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 18.51%
G = 31.82%
B = 49.68%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396299 (or 0x396299) is known color: Mariner. HEX triplet: 39, 62 and 99. RGB value is (57,98,153). Sum of RGB (Red+Green+Blue) = 57+98+153=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #396299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396299 is #C69D66. Grayscale: #5B5B5B. Windows color (decimal): -13016423 or 10052153. OLE color: 10052153.

HSL color Cylindrical-coordinate representation of color #396299: hue angle of 214.38º 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 #396299 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 98 153 -
CMYK 0.63 0.36 0 0.4
HSL 214.38º 0.46% 0.41% -
HSV(B) 214.38º 0.63% 0.6% -
XYZ 11.8 11.91 31.81 -
YUV 92.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 57 98 153 0.63 0.36 0 0.4 214.38 0.46 0.41
Hex 39 62 99 3F 24 0 28 D6 2E 29
Octal 71 142 231 77 44 0 50 326 56 51
Binary 111001 1100010 10011001 111111 100100 0 101000 11010110 101110 101001

Color Harmonies of #396299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396299

Black with #396299

Text Example


Text Example

White with #396299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396299; }

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

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

background-color css

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

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

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

border-color css

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

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

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