#425CA3

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

Shades of Mariner #425CA3

Tints of Mariner #425CA3

Color information

#425CA3 (or 0x425CA3) is unknown color: approx Mariner. HEX triplet: 42, 5C and A3. RGB value is (66,92,163). Sum of RGB (Red+Green+Blue) = 66+92+163=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #425CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425CA3 is #BDA35C. Grayscale: #5C5C5C. Windows color (decimal): -12428125 or 10705986. OLE color: 10705986.

HSL color Cylindrical-coordinate representation of color #425CA3: hue angle of 223.92º 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 #425CA3 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6692163-
CMYK0.600.4400.36
HSL223.92º42.36%44.9%-
HSV(B)223.92º59.51%63.92%-
XYZ12.6811.4636.19-
YUV92.32167.89109.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 163 (64.06% from 255) = 50.78%
R=20.56%
G=28.66%
B=50.78%

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
Decimal66921630.600.4400.36223.9242.3644.9
Hex425CA33C2C024e02a2d
Octal10213424374540443405255
Binary1000010101110010100011111100101100010010011100000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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