Html Css Color HEX #405BAE Mariner

📋 copy color: '#405BAE'

red 64 ◦ green 91 ◦ blue 174

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

Shades of Mariner #405BAE

Tints of Mariner #405BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 19.45%
G = 27.66%
B = 52.89%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#405BAE (or 0x405BAE) is known color: Mariner. HEX triplet: 40, 5B and AE. RGB value is (64,91,174). Sum of RGB (Red+Green+Blue) = 64+91+174=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #405BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BAE is #BFA451. Grayscale: #5C5C5C. Windows color (decimal): -12559442 or 11426624. OLE color: 11426624.

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

Color convert

RGB 64 91 174 -
CMYK 0.63 0.48 0 0.32
HSL 225.27º 0.46% 0.47% -
HSV(B) 225.27º 0.63% 0.68% -
XYZ 13.5 11.63 41.58 -
YUV 92.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 64 91 174 0.63 0.48 0 0.32 225.27 0.46 0.47
Hex 40 5B AE 3F 30 0 20 E1 2E 2F
Octal 100 133 256 77 60 0 40 341 56 57
Binary 1000000 1011011 10101110 111111 110000 0 100000 11100001 101110 101111

Color Harmonies of #405BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405BAE

Black with #405BAE

Text Example


Text Example

White with #405BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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