Html Css Color HEX #405D9E Mariner

📋 copy color: '#405D9E'

red 64 ◦ green 93 ◦ blue 158

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

Shades of Mariner #405D9E

Tints of Mariner #405D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 20.32%
G = 29.52%
B = 50.16%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#405D9E (or 0x405D9E) is known color: Mariner. HEX triplet: 40, 5D and 9E. RGB value is (64,93,158). Sum of RGB (Red+Green+Blue) = 64+93+158=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #405D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405D9E is #BFA261. Grayscale: #5B5B5B. Windows color (decimal): -12558946 or 10378560. OLE color: 10378560.

HSL color Cylindrical-coordinate representation of color #405D9E: hue angle of 221.49º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #405D9E is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 93 158 -
CMYK 0.59 0.41 0 0.38
HSL 221.49º 0.42% 0.44% -
HSV(B) 221.49º 0.59% 0.62% -
XYZ 12.2 11.39 33.9 -
YUV 91.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 64 93 158 0.59 0.41 0 0.38 221.49 0.42 0.44
Hex 40 5D 9E 3B 29 0 26 DD 2A 2C
Octal 100 135 236 73 51 0 46 335 52 54
Binary 1000000 1011101 10011110 111011 101001 0 100110 11011101 101010 101100

Color Harmonies of #405D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D9E

Black with #405D9E

Text Example


Text Example

White with #405D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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