Html Css Color HEX #396BBA Mariner

📋 copy color: '#396BBA'

red 57 ◦ green 107 ◦ blue 186

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

Shades of Mariner #396BBA

Tints of Mariner #396BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 16.29%
G = 30.57%
B = 53.14%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#396BBA (or 0x396BBA) is known color: Mariner. HEX triplet: 39, 6B and BA. RGB value is (57,107,186). Sum of RGB (Red+Green+Blue) = 57+107+186=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #396BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BBA is #C69445. Grayscale: #646464. Windows color (decimal): -13014086 or 12217145. OLE color: 12217145.

HSL color Cylindrical-coordinate representation of color #396BBA: hue angle of 216.74º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396BBA is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 107 186 -
CMYK 0.69 0.42 0 0.27
HSL 216.74º 0.53% 0.48% -
HSV(B) 216.74º 0.69% 0.73% -
XYZ 15.81 14.93 48.5 -
YUV 101.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 57 107 186 0.69 0.42 0 0.27 216.74 0.53 0.48
Hex 39 6B BA 45 2A 0 1B D9 35 30
Octal 71 153 272 105 52 0 33 331 65 60
Binary 111001 1101011 10111010 1000101 101010 0 11011 11011001 110101 110000

Color Harmonies of #396BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BBA

Black with #396BBA

Text Example


Text Example

White with #396BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,186); }

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

background-color css

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

 a { background-color: rgb(57,107,186); }

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

border-color css

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

 span { border-color: rgb(57,107,186); }

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