Html Css Color HEX #405598 Mariner

📋 copy color: '#405598'

red 64 ◦ green 85 ◦ blue 152

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

Shades of Mariner #405598

Tints of Mariner #405598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 21.26%
G = 28.24%
B = 50.5%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#405598 (or 0x405598) is known color: Mariner. HEX triplet: 40, 55 and 98. RGB value is (64,85,152). Sum of RGB (Red+Green+Blue) = 64+85+152=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #405598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405598 is #BFAA67. Grayscale: #565656. Windows color (decimal): -12561000 or 9983296. OLE color: 9983296.

HSL color Cylindrical-coordinate representation of color #405598: hue angle of 225.68º 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 #405598 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 85 152 -
CMYK 0.58 0.44 0 0.40
HSL 225.68º 0.41% 0.42% -
HSV(B) 225.68º 0.58% 0.6% -
XYZ 11.03 9.85 31.03 -
YUV 86.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 64 85 152 0.58 0.44 0 0.40 225.68 0.41 0.42
Hex 40 55 98 3A 2C 0 28 E2 29 2A
Octal 100 125 230 72 54 0 50 342 51 52
Binary 1000000 1010101 10011000 111010 101100 0 101000 11100010 101001 101010

Color Harmonies of #405598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405598

Black with #405598

Text Example


Text Example

White with #405598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405598; }

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

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

background-color css

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

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

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

border-color css

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

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

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