Html Css Color HEX #405DAF Mariner

📋 copy color: '#405DAF'

red 64 ◦ green 93 ◦ blue 175

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

Shades of Mariner #405DAF

Tints of Mariner #405DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 19.28%
G = 28.01%
B = 52.71%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#405DAF (or 0x405DAF) is known color: Mariner. HEX triplet: 40, 5D and AF. RGB value is (64,93,175). Sum of RGB (Red+Green+Blue) = 64+93+175=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #405DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DAF is #BFA250. Grayscale: #5D5D5D. Windows color (decimal): -12558929 or 11492672. OLE color: 11492672.

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

Color convert

RGB 64 93 175 -
CMYK 0.63 0.47 0 0.31
HSL 224.32º 0.46% 0.47% -
HSV(B) 224.32º 0.63% 0.69% -
XYZ 13.77 12.01 42.15 -
YUV 93.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 64 93 175 0.63 0.47 0 0.31 224.32 0.46 0.47
Hex 40 5D AF 3F 2F 0 1F E0 2E 2F
Octal 100 135 257 77 57 0 37 340 56 57
Binary 1000000 1011101 10101111 111111 101111 0 11111 11100000 101110 101111

Color Harmonies of #405DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DAF

Black with #405DAF

Text Example


Text Example

White with #405DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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