#405C97

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

Shades of Mariner #405C97

Tints of Mariner #405C97

Color information

#405C97 (or 0x405C97) is unknown color: approx Mariner. HEX triplet: 40, 5C and 97. RGB value is (64,92,151). Sum of RGB (Red+Green+Blue) = 64+92+151=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #405C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C97 is #BFA368. Grayscale: #5A5A5A. Windows color (decimal): -12559209 or 9919552. OLE color: 9919552.

HSL color Cylindrical-coordinate representation of color #405C97: hue angle of 220.69º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405C97 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6492151-
CMYK0.580.3900.41
HSL220.69º40.47%42.16%-
HSV(B)220.69º57.62%59.22%-
XYZ11.5310.9830.79-
YUV90.35162.22109.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=20.85%
G=29.97%
B=49.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64921510.580.3900.41220.6940.4742.16
Hex405C973A27029dd282a
Octal10013422772470513355052
Binary1000000101110010010111111010100111010100111011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405C97; }

 p { color: rgb(64,92,151); }

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

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

 a { background-color: rgb(64,92,151); }

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

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

 span { border-color: rgb(64,92,151); }

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