Html Css Color HEX #405DAE Mariner

📋 copy color: '#405DAE'

red 64 ◦ green 93 ◦ blue 174

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

Shades of Mariner #405DAE

Tints of Mariner #405DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 19.34%
G = 28.1%
B = 52.57%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#405DAE (or 0x405DAE) is known color: Mariner. HEX triplet: 40, 5D and AE. RGB value is (64,93,174). Sum of RGB (Red+Green+Blue) = 64+93+174=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #405DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DAE is #BFA251. Grayscale: #5D5D5D. Windows color (decimal): -12558930 or 11427136. OLE color: 11427136.

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

Color convert

RGB 64 93 174 -
CMYK 0.63 0.47 0 0.32
HSL 224.18º 0.46% 0.47% -
HSV(B) 224.18º 0.63% 0.68% -
XYZ 13.67 11.97 41.64 -
YUV 93.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 64 93 174 0.63 0.47 0 0.32 224.18 0.46 0.47
Hex 40 5D AE 3F 2F 0 20 E0 2E 2F
Octal 100 135 256 77 57 0 40 340 56 57
Binary 1000000 1011101 10101110 111111 101111 0 100000 11100000 101110 101111

Color Harmonies of #405DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DAE

Black with #405DAE

Text Example


Text Example

White with #405DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,93,174); }

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

background-color css

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

 a { background-color: rgb(64,93,174); }

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

border-color css

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

 span { border-color: rgb(64,93,174); }

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