Html Css Color HEX #405895 Mariner

📋 copy color: '#405895'

red 64 ◦ green 88 ◦ blue 149

#405895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #405895

Tints of Mariner #405895

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 21.26%
G = 29.24%
B = 49.5%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405895 (or 0x405895) is known color: Mariner. HEX triplet: 40, 58 and 95. RGB value is (64,88,149). Sum of RGB (Red+Green+Blue) = 64+88+149=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #405895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405895 is #BFA76A. Grayscale: #575757. Windows color (decimal): -12560235 or 9787456. OLE color: 9787456.

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

Color convert

RGB 64 88 149 -
CMYK 0.57 0.41 0 0.42
HSL 223.06º 0.4% 0.42% -
HSV(B) 223.06º 0.57% 0.58% -
XYZ 11.03 10.24 29.83 -
YUV 87.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 64 88 149 0.57 0.41 0 0.42 223.06 0.4 0.42
Hex 40 58 95 39 29 0 2A DF 28 2A
Octal 100 130 225 71 51 0 52 337 50 52
Binary 1000000 1011000 10010101 111001 101001 0 101010 11011111 101000 101010

Color Harmonies of #405895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405895

Black with #405895

Text Example


Text Example

White with #405895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405895; }

 p { color: rgb(64,88,149); }

 H1.HeaderClassName
 {
   color: #405895;
 }
 .AnyTagClassName
 {
   color: #405895;
 }
</style>

background-color css

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

 a { background-color: rgb(64,88,149); }

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

border-color css

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

 span { border-color: rgb(64,88,149); }

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