#425F96

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

Shades of Mariner #425F96

Tints of Mariner #425F96

Color information

#425F96 (or 0x425F96) is unknown color: approx Mariner. HEX triplet: 42, 5F and 96. RGB value is (66,95,150). Sum of RGB (Red+Green+Blue) = 66+95+150=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #425F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F96 is #BDA069. Grayscale: #5C5C5C. Windows color (decimal): -12427370 or 9854786. OLE color: 9854786.

HSL color Cylindrical-coordinate representation of color #425F96: hue angle of 219.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425F96 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6695150-
CMYK0.560.3700.41
HSL219.29º38.89%42.35%-
HSV(B)219.29º56%58.82%-
XYZ11.8411.5430.46-
YUV92.6160.39109.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=21.22%
G=30.55%
B=48.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66951500.560.3700.41219.2938.8942.35
Hex425F963825029db272a
Octal10213722670450513334752
Binary1000010101111110010110111000100101010100111011011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425F96; }

 p { color: rgb(66,95,150); }

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

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

 a { background-color: rgb(66,95,150); }

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

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

 span { border-color: rgb(66,95,150); }

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