Html Css Color HEX #396BB8 Mariner

📋 copy color: '#396BB8'

red 57 ◦ green 107 ◦ blue 184

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

Shades of Mariner #396BB8

Tints of Mariner #396BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 16.38%
G = 30.75%
B = 52.87%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#396BB8 (or 0x396BB8) is known color: Mariner. HEX triplet: 39, 6B and B8. RGB value is (57,107,184). Sum of RGB (Red+Green+Blue) = 57+107+184=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #396BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BB8 is #C69447. Grayscale: #646464. Windows color (decimal): -13014088 or 12086073. OLE color: 12086073.

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

Color convert

RGB 57 107 184 -
CMYK 0.69 0.42 0 0.28
HSL 216.38º 0.53% 0.47% -
HSV(B) 216.38º 0.69% 0.72% -
XYZ 15.6 14.85 47.39 -
YUV 100.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 57 107 184 0.69 0.42 0 0.28 216.38 0.53 0.47
Hex 39 6B B8 45 2A 0 1C D8 35 2F
Octal 71 153 270 105 52 0 34 330 65 57
Binary 111001 1101011 10111000 1000101 101010 0 11100 11011000 110101 101111

Color Harmonies of #396BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BB8

Black with #396BB8

Text Example


Text Example

White with #396BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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