Html Css Color HEX #405994 Mariner

📋 copy color: '#405994'

red 64 ◦ green 89 ◦ blue 148

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

Shades of Mariner #405994

Tints of Mariner #405994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 21.26%
G = 29.57%
B = 49.17%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405994 (or 0x405994) is known color: Mariner. HEX triplet: 40, 59 and 94. RGB value is (64,89,148). Sum of RGB (Red+Green+Blue) = 64+89+148=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #405994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405994 is #BFA66B. Grayscale: #575757. Windows color (decimal): -12559980 or 9722176. OLE color: 9722176.

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

Color convert

RGB 64 89 148 -
CMYK 0.57 0.40 0 0.42
HSL 222.14º 0.4% 0.42% -
HSV(B) 222.14º 0.57% 0.58% -
XYZ 11.03 10.37 29.44 -
YUV 88.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 64 89 148 0.57 0.40 0 0.42 222.14 0.4 0.42
Hex 40 59 94 39 28 0 2A DE 28 2A
Octal 100 131 224 71 50 0 52 336 50 52
Binary 1000000 1011001 10010100 111001 101000 0 101010 11011110 101000 101010

Color Harmonies of #405994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405994

Black with #405994

Text Example


Text Example

White with #405994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405994; }

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

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

background-color css

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

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

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

border-color css

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

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

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