#425CAB

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

Shades of Mariner #425CAB

Tints of Mariner #425CAB

Color information

#425CAB (or 0x425CAB) is unknown color: approx Mariner. HEX triplet: 42, 5C and AB. RGB value is (66,92,171). Sum of RGB (Red+Green+Blue) = 66+92+171=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #425CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425CAB is #BDA354. Grayscale: #5C5C5C. Windows color (decimal): -12428117 or 11230274. OLE color: 11230274.

HSL color Cylindrical-coordinate representation of color #425CAB: hue angle of 225.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425CAB is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6692171-
CMYK0.610.4600.33
HSL225.14º44.3%46.47%-
HSV(B)225.14º61.4%67.06%-
XYZ13.4211.7540.09-
YUV93.23171.89108.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=20.06%
G=27.96%
B=51.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66921710.610.4600.33225.1444.346.47
Hex425CAB3D2E021e12c2e
Octal10213425375560413415456
Binary1000010101110010101011111101101110010000111100001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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