Html Css Color HEX #396092 Mariner

📋 copy color: '#396092'

red 57 ◦ green 96 ◦ blue 146

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

Shades of Mariner #396092

Tints of Mariner #396092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 19.06%
G = 32.11%
B = 48.83%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396092 (or 0x396092) is known color: Mariner. HEX triplet: 39, 60 and 92. RGB value is (57,96,146). Sum of RGB (Red+Green+Blue) = 57+96+146=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #396092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396092 is #C69F6D. Grayscale: #595959. Windows color (decimal): -13016942 or 9592889. OLE color: 9592889.

HSL color Cylindrical-coordinate representation of color #396092: hue angle of 213.71º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396092 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 96 146 -
CMYK 0.61 0.34 0 0.43
HSL 213.71º 0.44% 0.4% -
HSV(B) 213.71º 0.61% 0.57% -
XYZ 11.06 11.31 28.79 -
YUV 90.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 57 96 146 0.61 0.34 0 0.43 213.71 0.44 0.4
Hex 39 60 92 3D 22 0 2B D6 2C 28
Octal 71 140 222 75 42 0 53 326 54 50
Binary 111001 1100000 10010010 111101 100010 0 101011 11010110 101100 101000

Color Harmonies of #396092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396092

Black with #396092

Text Example


Text Example

White with #396092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396092; }

 p { color: rgb(57,96,146); }

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

background-color css

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

 a { background-color: rgb(57,96,146); }

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

border-color css

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

 span { border-color: rgb(57,96,146); }

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