#425F92

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

Shades of Mariner #425F92

Tints of Mariner #425F92

Color information

#425F92 (or 0x425F92) is unknown color: approx Mariner. HEX triplet: 42, 5F and 92. RGB value is (66,95,146). Sum of RGB (Red+Green+Blue) = 66+95+146=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #425F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F92 is #BDA06D. Grayscale: #5B5B5B. Windows color (decimal): -12427374 or 9592642. OLE color: 9592642.

HSL color Cylindrical-coordinate representation of color #425F92: hue angle of 218.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425F92 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6695146-
CMYK0.550.3500.43
HSL218.25º37.74%41.57%-
HSV(B)218.25º54.79%57.25%-
XYZ11.5311.4228.79-
YUV92.14158.39109.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=21.50%
G=30.94%
B=47.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66951460.550.3500.43218.2537.7441.57
Hex425F92372302Bda262a
Octal10213722267430533324652
Binary1000010101111110010010110111100011010101111011010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,146); }

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

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

 a { background-color: rgb(66,95,146); }

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

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

 span { border-color: rgb(66,95,146); }

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