#395F94

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

Shades of Mariner #395F94

Tints of Mariner #395F94

Color information

#395F94 (or 0x395F94) is unknown color: approx Mariner. HEX triplet: 39, 5F and 94. RGB value is (57,95,148). Sum of RGB (Red+Green+Blue) = 57+95+148=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #395F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F94 is #C6A06B. Grayscale: #595959. Windows color (decimal): -13017196 or 9723705. OLE color: 9723705.

HSL color Cylindrical-coordinate representation of color #395F94: hue angle of 214.95º 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 #395F94 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5795148-
CMYK0.610.3600.42
HSL214.95º44.39%40.2%-
HSV(B)214.95º61.49%58.04%-
XYZ11.1211.1929.59-
YUV89.68160.91104.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 148 (58.20% from 255) = 49.33%
R=19%
G=31.67%
B=49.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57951480.610.3600.42214.9544.3940.2
Hex395F943D2402Ad72c28
Octal7113722475440523275450
Binary111001101111110010100111101100100010101011010111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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