#395C94

Color #395C94 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #395C94

Tints of Mariner #395C94

Color information

#395C94 (or 0x395C94) is unknown color: approx Mariner. HEX triplet: 39, 5C and 94. RGB value is (57,92,148). Sum of RGB (Red+Green+Blue) = 57+92+148=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #395C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C94 is #C6A36B. Grayscale: #575757. Windows color (decimal): -13017964 or 9722937. OLE color: 9722937.

HSL color Cylindrical-coordinate representation of color #395C94: hue angle of 216.92º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395C94 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5792148-
CMYK0.610.3800.42
HSL216.92º44.39%40.2%-
HSV(B)216.92º61.49%58.04%-
XYZ10.8610.6629.5-
YUV87.92161.9105.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=19.19%
G=30.98%
B=49.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57921480.610.3800.42216.9244.3940.2
Hex395C943D2602Ad92c28
Octal7113422475460523315450
Binary111001101110010010100111101100110010101011011001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395C94; }

 p { color: rgb(57,92,148); }

 H1.HeaderClassName
 {
   color: #395C94;
 }
 .AnyTagClassName
 {
   color: #395C94;
 }
</style>
background-color css

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

 a { background-color: rgb(57,92,148); }

 div.DivClassName
 {
   background-color: #395C94;
 }
 .BgClassName
 {
   background-color: #395C94;
 }
</style>
border-color css

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

 span { border-color: rgb(57,92,148); }

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