#405598

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

Shades of Mariner #405598

Tints of Mariner #405598

Color information

#405598 (or 0x405598) is unknown color: approx Mariner. HEX triplet: 40, 55 and 98. RGB value is (64,85,152). Sum of RGB (Red+Green+Blue) = 64+85+152=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #405598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405598 is #BFAA67. Grayscale: #565656. Windows color (decimal): -12561000 or 9983296. OLE color: 9983296.

HSL color Cylindrical-coordinate representation of color #405598: hue angle of 225.68º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405598 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6485152-
CMYK0.580.4400.40
HSL225.68º40.74%42.35%-
HSV(B)225.68º57.89%59.61%-
XYZ11.039.8531.03-
YUV86.36165.04112.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=21.26%
G=28.24%
B=50.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64851520.580.4400.40225.6840.7442.35
Hex4055983A2C028e2292a
Octal10012523072540503425152
Binary1000000101010110011000111010101100010100011100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405598; }

 p { color: rgb(64,85,152); }

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

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

 a { background-color: rgb(64,85,152); }

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

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

 span { border-color: rgb(64,85,152); }

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