Html Css Color HEX #396AAF Mariner

📋 copy color: '#396AAF'

red 57 ◦ green 106 ◦ blue 175

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

Shades of Mariner #396AAF

Tints of Mariner #396AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 16.86%
G = 31.36%
B = 51.78%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#396AAF (or 0x396AAF) is known color: Mariner. HEX triplet: 39, 6A and AF. RGB value is (57,106,175). Sum of RGB (Red+Green+Blue) = 57+106+175=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #396AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396AAF is #C69550. Grayscale: #626262. Windows color (decimal): -13014353 or 11495993. OLE color: 11495993.

HSL color Cylindrical-coordinate representation of color #396AAF: hue angle of 215.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396AAF is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 106 175 -
CMYK 0.67 0.39 0 0.31
HSL 215.08º 0.51% 0.45% -
HSV(B) 215.08º 0.67% 0.69% -
XYZ 14.58 14.27 42.54 -
YUV 99.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 57 106 175 0.67 0.39 0 0.31 215.08 0.51 0.45
Hex 39 6A AF 43 27 0 1F D7 33 2D
Octal 71 152 257 103 47 0 37 327 63 55
Binary 111001 1101010 10101111 1000011 100111 0 11111 11010111 110011 101101

Color Harmonies of #396AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AAF

Black with #396AAF

Text Example


Text Example

White with #396AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396AAF; }

 p { color: rgb(57,106,175); }

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

background-color css

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

 a { background-color: rgb(57,106,175); }

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

border-color css

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

 span { border-color: rgb(57,106,175); }

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