#425D9B

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

Shades of Mariner #425D9B

Tints of Mariner #425D9B

Color information

#425D9B (or 0x425D9B) is unknown color: approx Mariner. HEX triplet: 42, 5D and 9B. RGB value is (66,93,155). Sum of RGB (Red+Green+Blue) = 66+93+155=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #425D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D9B is #BDA264. Grayscale: #5B5B5B. Windows color (decimal): -12427877 or 10181954. OLE color: 10181954.

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

Color convert

RGB6693155-
CMYK0.570.400.39
HSL221.8º40.27%43.33%-
HSV(B)221.8º57.42%60.78%-
XYZ12.0811.3532.57-
YUV91.99163.55109.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=21.02%
G=29.62%
B=49.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66931550.570.400.39221.840.2743.33
Hex425D9B3928027de282b
Octal10213523371500473365053
Binary1000010101110110011011111001101000010011111011110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,93,155); }

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

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

 a { background-color: rgb(66,93,155); }

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

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

 span { border-color: rgb(66,93,155); }

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