Html Css Color HEX #396AB0 Mariner

📋 copy color: '#396AB0'

red 57 ◦ green 106 ◦ blue 176

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

Shades of Mariner #396AB0

Tints of Mariner #396AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.92%

R = 16.81%
G = 31.27%
B = 51.92%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#396AB0 (or 0x396AB0) is known color: Mariner. HEX triplet: 39, 6A and B0. RGB value is (57,106,176). Sum of RGB (Red+Green+Blue) = 57+106+176=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #396AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396AB0 is #C6954F. Grayscale: #636363. Windows color (decimal): -13014352 or 11561529. OLE color: 11561529.

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

Color convert

RGB 57 106 176 -
CMYK 0.68 0.40 0 0.31
HSL 215.29º 0.51% 0.46% -
HSV(B) 215.29º 0.68% 0.69% -
XYZ 14.68 14.31 43.06 -
YUV 99.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 57 106 176 0.68 0.40 0 0.31 215.29 0.51 0.46
Hex 39 6A B0 44 28 0 1F D7 33 2E
Octal 71 152 260 104 50 0 37 327 63 56
Binary 111001 1101010 10110000 1000100 101000 0 11111 11010111 110011 101110

Color Harmonies of #396AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AB0

Black with #396AB0

Text Example


Text Example

White with #396AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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