#425BA3

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

Shades of Mariner #425BA3

Tints of Mariner #425BA3

Color information

#425BA3 (or 0x425BA3) is unknown color: approx Mariner. HEX triplet: 42, 5B and A3. RGB value is (66,91,163). Sum of RGB (Red+Green+Blue) = 66+91+163=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #425BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BA3 is #BDA45C. Grayscale: #5B5B5B. Windows color (decimal): -12428381 or 10705730. OLE color: 10705730.

HSL color Cylindrical-coordinate representation of color #425BA3: hue angle of 224.54º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425BA3 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6691163-
CMYK0.600.4400.36
HSL224.54º42.36%44.9%-
HSV(B)224.54º59.51%63.92%-
XYZ12.611.2836.16-
YUV91.73168.22109.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 163 (64.06% from 255) = 50.94%
R=20.62%
G=28.44%
B=50.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66911630.600.4400.36224.5442.3644.9
Hex425BA33C2C024e12a2d
Octal10213324374540443415255
Binary1000010101101110100011111100101100010010011100001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,163); }

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

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

 a { background-color: rgb(66,91,163); }

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

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

 span { border-color: rgb(66,91,163); }

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