#425898

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

Shades of Mariner #425898

Tints of Mariner #425898

Color information

#425898 (or 0x425898) is unknown color: approx Mariner. HEX triplet: 42, 58 and 98. RGB value is (66,88,152). Sum of RGB (Red+Green+Blue) = 66+88+152=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #425898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425898 is #BDA767. Grayscale: #585858. Windows color (decimal): -12429160 or 9984066. OLE color: 9984066.

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

Color convert

RGB6688152-
CMYK0.570.4200.40
HSL224.65º39.45%42.75%-
HSV(B)224.65º56.58%59.61%-
XYZ11.410.431.11-
YUV88.72163.71111.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=21.57%
G=28.76%
B=49.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66881520.570.4200.40224.6539.4542.75
Hex425898392A028e1272b
Octal10213023071520503414753
Binary1000010101100010011000111001101010010100011100001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425898; }

 p { color: rgb(66,88,152); }

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

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

 a { background-color: rgb(66,88,152); }

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

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

 span { border-color: rgb(66,88,152); }

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