Html Css Color HEX #405CAB Mariner

📋 copy color: '#405CAB'

red 64 ◦ green 92 ◦ blue 171

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

Shades of Mariner #405CAB

Tints of Mariner #405CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 19.57%
G = 28.13%
B = 52.29%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#405CAB (or 0x405CAB) is known color: Mariner. HEX triplet: 40, 5C and AB. RGB value is (64,92,171). Sum of RGB (Red+Green+Blue) = 64+92+171=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #405CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CAB is #BFA354. Grayscale: #5C5C5C. Windows color (decimal): -12559189 or 11230272. OLE color: 11230272.

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

Color convert

RGB 64 92 171 -
CMYK 0.63 0.46 0 0.33
HSL 224.3º 0.46% 0.46% -
HSV(B) 224.3º 0.63% 0.67% -
XYZ 13.29 11.68 40.08 -
YUV 92.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 64 92 171 0.63 0.46 0 0.33 224.3 0.46 0.46
Hex 40 5C AB 3F 2E 0 21 E0 2E 2E
Octal 100 134 253 77 56 0 41 340 56 56
Binary 1000000 1011100 10101011 111111 101110 0 100001 11100000 101110 101110

Color Harmonies of #405CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405CAB

Black with #405CAB

Text Example


Text Example

White with #405CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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