#425D9D

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

Shades of Mariner #425D9D

Tints of Mariner #425D9D

Color information

#425D9D (or 0x425D9D) is unknown color: approx Mariner. HEX triplet: 42, 5D and 9D. RGB value is (66,93,157). Sum of RGB (Red+Green+Blue) = 66+93+157=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #425D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D9D is #BDA262. Grayscale: #5B5B5B. Windows color (decimal): -12427875 or 10313026. OLE color: 10313026.

HSL color Cylindrical-coordinate representation of color #425D9D: hue angle of 222.2º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #425D9D is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6693157-
CMYK0.580.4100.38
HSL222.2º40.81%43.73%-
HSV(B)222.2º57.96%61.57%-
XYZ12.2511.4233.46-
YUV92.22164.55109.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=20.89%
G=29.43%
B=49.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66931570.580.4100.38222.240.8143.73
Hex425D9D3A29026de292c
Octal10213523572510463365154
Binary1000010101110110011101111010101001010011011011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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