#405F90

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

Shades of Mariner #405F90

Tints of Mariner #405F90

Color information

#405F90 (or 0x405F90) is unknown color: approx Mariner. HEX triplet: 40, 5F and 90. RGB value is (64,95,144). Sum of RGB (Red+Green+Blue) = 64+95+144=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #405F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F90 is #BFA06F. Grayscale: #5B5B5B. Windows color (decimal): -12558448 or 9461568. OLE color: 9461568.

HSL color Cylindrical-coordinate representation of color #405F90: hue angle of 216.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405F90 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6495144-
CMYK0.560.3400.44
HSL216.75º38.46%40.78%-
HSV(B)216.75º55.56%56.47%-
XYZ11.2411.2927.97-
YUV91.32157.73108.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=21.12%
G=31.35%
B=47.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64951440.560.3400.44216.7538.4640.78
Hex405F90382202Cd92629
Octal10013722070420543314651
Binary1000000101111110010000111000100010010110011011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,144); }

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

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

 a { background-color: rgb(64,95,144); }

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

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

 span { border-color: rgb(64,95,144); }

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