#425B9B

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

Shades of Mariner #425B9B

Tints of Mariner #425B9B

Color information

#425B9B (or 0x425B9B) is unknown color: approx Mariner. HEX triplet: 42, 5B and 9B. RGB value is (66,91,155). Sum of RGB (Red+Green+Blue) = 66+91+155=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #425B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B9B is #BDA464. Grayscale: #5A5A5A. Windows color (decimal): -12428389 or 10181442. OLE color: 10181442.

HSL color Cylindrical-coordinate representation of color #425B9B: hue angle of 223.15º 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 #425B9B is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6691155-
CMYK0.570.4100.39
HSL223.15º40.27%43.33%-
HSV(B)223.15º57.42%60.78%-
XYZ11.911.0132.51-
YUV90.82164.22110.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=21.15%
G=29.17%
B=49.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66911550.570.4100.39223.1540.2743.33
Hex425B9B3929027df282b
Octal10213323371510473375053
Binary1000010101101110011011111001101001010011111011111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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