#425B8F

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

Shades of Mariner #425B8F

Tints of Mariner #425B8F

Color information

#425B8F (or 0x425B8F) is unknown color: approx Mariner. HEX triplet: 42, 5B and 8F. RGB value is (66,91,143). Sum of RGB (Red+Green+Blue) = 66+91+143=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #425B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B8F is #BDA470. Grayscale: #595959. Windows color (decimal): -12428401 or 9395010. OLE color: 9395010.

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

Color convert

RGB6691143-
CMYK0.540.3600.44
HSL220.52º36.84%40.98%-
HSV(B)220.52º53.85%56.08%-
XYZ10.9510.6227.46-
YUV89.45158.22111.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 143 (56.25% from 255) = 47.67%
R=22%
G=30.33%
B=47.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66911430.540.3600.44220.5236.8440.98
Hex425B8F362402Cdd2529
Octal10213321766440543354551
Binary1000010101101110001111110110100100010110011011101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,143); }

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

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

 a { background-color: rgb(66,91,143); }

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

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

 span { border-color: rgb(66,91,143); }

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