#455EA2

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

Shades of Mariner #455EA2

Tints of Mariner #455EA2

Color information

#455EA2 (or 0x455EA2) is unknown color: approx Mariner. HEX triplet: 45, 5E and A2. RGB value is (69,94,162). Sum of RGB (Red+Green+Blue) = 69+94+162=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #455EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EA2 is #BAA15D. Grayscale: #5D5D5D. Windows color (decimal): -12231006 or 10640965. OLE color: 10640965.

HSL color Cylindrical-coordinate representation of color #455EA2: hue angle of 223.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455EA2 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6994162-
CMYK0.570.4200.36
HSL223.87º40.26%45.29%-
HSV(B)223.87º57.41%63.53%-
XYZ12.9811.8835.79-
YUV94.28166.22109.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=21.23%
G=28.92%
B=49.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69941620.570.4200.36223.8740.2645.29
Hex455EA2392A024e0282d
Octal10513624271520443405055
Binary1000101101111010100010111001101010010010011100000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455EA2; }

 p { color: rgb(69,94,162); }

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

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

 a { background-color: rgb(69,94,162); }

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

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

 span { border-color: rgb(69,94,162); }

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