Html Css Color HEX #405FAC Mariner

📋 copy color: '#405FAC'

red 64 ◦ green 95 ◦ blue 172

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

Shades of Mariner #405FAC

Tints of Mariner #405FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 19.34%
G = 28.7%
B = 51.96%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#405FAC (or 0x405FAC) is known color: Mariner. HEX triplet: 40, 5F and AC. RGB value is (64,95,172). Sum of RGB (Red+Green+Blue) = 64+95+172=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #405FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FAC is #BFA053. Grayscale: #5E5E5E. Windows color (decimal): -12558420 or 11296576. OLE color: 11296576.

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

Color convert

RGB 64 95 172 -
CMYK 0.63 0.45 0 0.33
HSL 222.78º 0.46% 0.46% -
HSV(B) 222.78º 0.63% 0.67% -
XYZ 13.65 12.25 40.68 -
YUV 94.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 64 95 172 0.63 0.45 0 0.33 222.78 0.46 0.46
Hex 40 5F AC 3F 2D 0 21 DF 2E 2E
Octal 100 137 254 77 55 0 41 337 56 56
Binary 1000000 1011111 10101100 111111 101101 0 100001 11011111 101110 101110

Color Harmonies of #405FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FAC

Black with #405FAC

Text Example


Text Example

White with #405FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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