Html Css Color HEX #405AAB Mariner

📋 copy color: '#405AAB'

red 64 ◦ green 90 ◦ blue 171

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

Shades of Mariner #405AAB

Tints of Mariner #405AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 19.69%
G = 27.69%
B = 52.62%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#405AAB (or 0x405AAB) is known color: Mariner. HEX triplet: 40, 5A and AB. RGB value is (64,90,171). Sum of RGB (Red+Green+Blue) = 64+90+171=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #405AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AAB is #BFA554. Grayscale: #5B5B5B. Windows color (decimal): -12559701 or 11229760. OLE color: 11229760.

HSL color Cylindrical-coordinate representation of color #405AAB: hue angle of 225.42º 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 #405AAB is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 90 171 -
CMYK 0.63 0.47 0 0.33
HSL 225.42º 0.46% 0.46% -
HSV(B) 225.42º 0.63% 0.67% -
XYZ 13.12 11.34 40.03 -
YUV 91.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 64 90 171 0.63 0.47 0 0.33 225.42 0.46 0.46
Hex 40 5A AB 3F 2F 0 21 E1 2E 2E
Octal 100 132 253 77 57 0 41 341 56 56
Binary 1000000 1011010 10101011 111111 101111 0 100001 11100001 101110 101110

Color Harmonies of #405AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405AAB

Black with #405AAB

Text Example


Text Example

White with #405AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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