Html Css Color HEX #396699 Mariner

📋 copy color: '#396699'

red 57 ◦ green 102 ◦ blue 153

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

Shades of Mariner #396699

Tints of Mariner #396699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 18.27%
G = 32.69%
B = 49.04%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396699 (or 0x396699) is known color: Mariner. HEX triplet: 39, 66 and 99. RGB value is (57,102,153). Sum of RGB (Red+Green+Blue) = 57+102+153=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #396699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396699 is #C69966. Grayscale: #5E5E5E. Windows color (decimal): -13015399 or 10053177. OLE color: 10053177.

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

Color convert

RGB 57 102 153 -
CMYK 0.63 0.33 0 0.4
HSL 211.88º 0.46% 0.41% -
HSV(B) 211.88º 0.63% 0.6% -
XYZ 12.19 12.67 31.94 -
YUV 94.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 57 102 153 0.63 0.33 0 0.4 211.88 0.46 0.41
Hex 39 66 99 3F 21 0 28 D4 2E 29
Octal 71 146 231 77 41 0 50 324 56 51
Binary 111001 1100110 10011001 111111 100001 0 101000 11010100 101110 101001

Color Harmonies of #396699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396699

Black with #396699

Text Example


Text Example

White with #396699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396699; }

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

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

background-color css

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

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

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

border-color css

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

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

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