Html Css Color HEX #405D98 Mariner

📋 copy color: '#405D98'

red 64 ◦ green 93 ◦ blue 152

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

Shades of Mariner #405D98

Tints of Mariner #405D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 20.71%
G = 30.1%
B = 49.19%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#405D98 (or 0x405D98) is known color: Mariner. HEX triplet: 40, 5D and 98. RGB value is (64,93,152). Sum of RGB (Red+Green+Blue) = 64+93+152=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #405D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405D98 is #BFA267. Grayscale: #5A5A5A. Windows color (decimal): -12558952 or 9985344. OLE color: 9985344.

HSL color Cylindrical-coordinate representation of color #405D98: hue angle of 220.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405D98 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 93 152 -
CMYK 0.58 0.39 0 0.40
HSL 220.23º 0.41% 0.42% -
HSV(B) 220.23º 0.58% 0.6% -
XYZ 11.7 11.19 31.25 -
YUV 91.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 64 93 152 0.58 0.39 0 0.40 220.23 0.41 0.42
Hex 40 5D 98 3A 27 0 28 DC 29 2A
Octal 100 135 230 72 47 0 50 334 51 52
Binary 1000000 1011101 10011000 111010 100111 0 101000 11011100 101001 101010

Color Harmonies of #405D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D98

Black with #405D98

Text Example


Text Example

White with #405D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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