Html Css Color HEX #405EA2 Mariner

📋 copy color: '#405EA2'

red 64 ◦ green 94 ◦ blue 162

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

Shades of Mariner #405EA2

Tints of Mariner #405EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 162 (63.67% from 255) = 50.63%

R = 20%
G = 29.38%
B = 50.63%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#405EA2 (or 0x405EA2) is known color: Mariner. HEX triplet: 40, 5E and A2. RGB value is (64,94,162). Sum of RGB (Red+Green+Blue) = 64+94+162=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #405EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EA2 is #BFA15D. Grayscale: #5C5C5C. Windows color (decimal): -12558686 or 10640960. OLE color: 10640960.

HSL color Cylindrical-coordinate representation of color #405EA2: hue angle of 221.63º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #405EA2 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 94 162 -
CMYK 0.60 0.42 0 0.36
HSL 221.63º 0.43% 0.44% -
HSV(B) 221.63º 0.6% 0.64% -
XYZ 12.64 11.7 35.78 -
YUV 92.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 64 94 162 0.60 0.42 0 0.36 221.63 0.43 0.44
Hex 40 5E A2 3C 2A 0 24 DE 2B 2C
Octal 100 136 242 74 52 0 44 336 53 54
Binary 1000000 1011110 10100010 111100 101010 0 100100 11011110 101011 101100

Color Harmonies of #405EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EA2

Black with #405EA2

Text Example


Text Example

White with #405EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,94,162); }

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

background-color css

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

 a { background-color: rgb(64,94,162); }

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

border-color css

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

 span { border-color: rgb(64,94,162); }

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