#425E9C

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

Shades of Mariner #425E9C

Tints of Mariner #425E9C

Color information

#425E9C (or 0x425E9C) is unknown color: approx Mariner. HEX triplet: 42, 5E and 9C. RGB value is (66,94,156). Sum of RGB (Red+Green+Blue) = 66+94+156=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #425E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E9C is #BDA163. Grayscale: #5C5C5C. Windows color (decimal): -12427620 or 10247746. OLE color: 10247746.

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

Color convert

RGB6694156-
CMYK0.580.4000.39
HSL221.33º40.54%43.53%-
HSV(B)221.33º57.69%61.18%-
XYZ12.2511.5633.04-
YUV92.7163.72108.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=20.89%
G=29.75%
B=49.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66941560.580.4000.39221.3340.5443.53
Hex425E9C3A28027dd292c
Octal10213623472500473355154
Binary1000010101111010011100111010101000010011111011101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,94,156); }

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

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

 a { background-color: rgb(66,94,156); }

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

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

 span { border-color: rgb(66,94,156); }

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