#425C9E

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

Shades of Mariner #425C9E

Tints of Mariner #425C9E

Color information

#425C9E (or 0x425C9E) is unknown color: approx Mariner. HEX triplet: 42, 5C and 9E. RGB value is (66,92,158). Sum of RGB (Red+Green+Blue) = 66+92+158=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #425C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C9E is #BDA361. Grayscale: #5B5B5B. Windows color (decimal): -12428130 or 10378306. OLE color: 10378306.

HSL color Cylindrical-coordinate representation of color #425C9E: hue angle of 223.04º 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 #425C9E is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6692158-
CMYK0.580.4200.38
HSL223.04º41.07%43.92%-
HSV(B)223.04º58.23%61.96%-
XYZ12.2511.2833.88-
YUV91.75165.39109.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 158 (62.11% from 255) = 50%
R=20.89%
G=29.11%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66921580.580.4200.38223.0441.0743.92
Hex425C9E3A2A026df292c
Octal10213423672520463375154
Binary1000010101110010011110111010101010010011011011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,158); }

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

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

 a { background-color: rgb(66,92,158); }

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

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

 span { border-color: rgb(66,92,158); }

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