Html Css Color HEX #405EAB Mariner

📋 copy color: '#405EAB'

red 64 ◦ green 94 ◦ blue 171

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

Shades of Mariner #405EAB

Tints of Mariner #405EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 19.45%
G = 28.57%
B = 51.98%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#405EAB (or 0x405EAB) is known color: Mariner. HEX triplet: 40, 5E and AB. RGB value is (64,94,171). Sum of RGB (Red+Green+Blue) = 64+94+171=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #405EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EAB is #BFA154. Grayscale: #5D5D5D. Windows color (decimal): -12558677 or 11230784. OLE color: 11230784.

HSL color Cylindrical-coordinate representation of color #405EAB: hue angle of 223.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405EAB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 94 171 -
CMYK 0.63 0.45 0 0.33
HSL 223.18º 0.46% 0.46% -
HSV(B) 223.18º 0.63% 0.67% -
XYZ 13.47 12.04 40.14 -
YUV 93.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 64 94 171 0.63 0.45 0 0.33 223.18 0.46 0.46
Hex 40 5E AB 3F 2D 0 21 DF 2E 2E
Octal 100 136 253 77 55 0 41 337 56 56
Binary 1000000 1011110 10101011 111111 101101 0 100001 11011111 101110 101110

Color Harmonies of #405EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EAB

Black with #405EAB

Text Example


Text Example

White with #405EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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