#425F98

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

Shades of Mariner #425F98

Tints of Mariner #425F98

Color information

#425F98 (or 0x425F98) is unknown color: approx Mariner. HEX triplet: 42, 5F and 98. RGB value is (66,95,152). Sum of RGB (Red+Green+Blue) = 66+95+152=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #425F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F98 is #BDA067. Grayscale: #5C5C5C. Windows color (decimal): -12427368 or 9985858. OLE color: 9985858.

HSL color Cylindrical-coordinate representation of color #425F98: hue angle of 219.77º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425F98 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6695152-
CMYK0.570.3800.40
HSL219.77º39.45%42.75%-
HSV(B)219.77º56.58%59.61%-
XYZ12.0111.6131.31-
YUV92.83161.39108.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=21.09%
G=30.35%
B=48.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66951520.570.3800.40219.7739.4542.75
Hex425F983926028dc272b
Octal10213723071460503344753
Binary1000010101111110011000111001100110010100011011100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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