#405998

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

Shades of Mariner #405998

Tints of Mariner #405998

Color information

#405998 (or 0x405998) is unknown color: approx Mariner. HEX triplet: 40, 59 and 98. RGB value is (64,89,152). Sum of RGB (Red+Green+Blue) = 64+89+152=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #405998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405998 is #BFA667. Grayscale: #585858. Windows color (decimal): -12559976 or 9984320. OLE color: 9984320.

HSL color Cylindrical-coordinate representation of color #405998: hue angle of 222.95º 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 #405998 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6489152-
CMYK0.580.4100.40
HSL222.95º40.74%42.35%-
HSV(B)222.95º57.89%59.61%-
XYZ11.3510.531.13-
YUV88.71163.72110.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=20.98%
G=29.18%
B=49.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64891520.580.4100.40222.9540.7442.35
Hex4059983A29028df292a
Octal10013123072510503375152
Binary1000000101100110011000111010101001010100011011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405998; }

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

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

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

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

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

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

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

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