#425AA7

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

Shades of Mariner #425AA7

Tints of Mariner #425AA7

Color information

#425AA7 (or 0x425AA7) is unknown color: approx Mariner. HEX triplet: 42, 5A and A7. RGB value is (66,90,167). Sum of RGB (Red+Green+Blue) = 66+90+167=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #425AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AA7 is #BDA558. Grayscale: #5B5B5B. Windows color (decimal): -12428633 or 10967618. OLE color: 10967618.

HSL color Cylindrical-coordinate representation of color #425AA7: hue angle of 225.74º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425AA7 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6690167-
CMYK0.600.4600.35
HSL225.74º43.35%45.69%-
HSV(B)225.74º60.48%65.49%-
XYZ12.8811.2638.05-
YUV91.6170.55109.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 167 (65.62% from 255) = 51.70%
R=20.43%
G=27.86%
B=51.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66901670.600.4600.35225.7443.3545.69
Hex425AA73C2E023e22b2e
Octal10213224774560433425356
Binary1000010101101010100111111100101110010001111100010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,167); }

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

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

 a { background-color: rgb(66,90,167); }

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

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

 span { border-color: rgb(66,90,167); }

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