Html Css Color HEX #405FAA Mariner

📋 copy color: '#405FAA'

red 64 ◦ green 95 ◦ blue 170

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

Shades of Mariner #405FAA

Tints of Mariner #405FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 19.45%
G = 28.88%
B = 51.67%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#405FAA (or 0x405FAA) is known color: Mariner. HEX triplet: 40, 5F and AA. RGB value is (64,95,170). Sum of RGB (Red+Green+Blue) = 64+95+170=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #405FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FAA is #BFA055. Grayscale: #5D5D5D. Windows color (decimal): -12558422 or 11165504. OLE color: 11165504.

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

Color convert

RGB 64 95 170 -
CMYK 0.62 0.44 0 0.33
HSL 222.45º 0.45% 0.46% -
HSV(B) 222.45º 0.62% 0.67% -
XYZ 13.46 12.18 39.67 -
YUV 94.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 64 95 170 0.62 0.44 0 0.33 222.45 0.45 0.46
Hex 40 5F AA 3E 2C 0 21 DE 2D 2E
Octal 100 137 252 76 54 0 41 336 55 56
Binary 1000000 1011111 10101010 111110 101100 0 100001 11011110 101101 101110

Color Harmonies of #405FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FAA

Black with #405FAA

Text Example


Text Example

White with #405FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,95,170); }

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

background-color css

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

 a { background-color: rgb(64,95,170); }

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

border-color css

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

 span { border-color: rgb(64,95,170); }

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