Html Css Color HEX #40599E Mariner

📋 copy color: '#40599E'

red 64 ◦ green 89 ◦ blue 158

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

Shades of Mariner #40599E

Tints of Mariner #40599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 20.58%
G = 28.62%
B = 50.8%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40599E (or 0x40599E) is known color: Mariner. HEX triplet: 40, 59 and 9E. RGB value is (64,89,158). Sum of RGB (Red+Green+Blue) = 64+89+158=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #40599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40599E is #BFA661. Grayscale: #595959. Windows color (decimal): -12559970 or 10377536. OLE color: 10377536.

HSL color Cylindrical-coordinate representation of color #40599E: hue angle of 224.04º 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 #40599E is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 89 158 -
CMYK 0.59 0.44 0 0.38
HSL 224.04º 0.42% 0.44% -
HSV(B) 224.04º 0.59% 0.62% -
XYZ 11.86 10.7 33.79 -
YUV 89.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 64 89 158 0.59 0.44 0 0.38 224.04 0.42 0.44
Hex 40 59 9E 3B 2C 0 26 E0 2A 2C
Octal 100 131 236 73 54 0 46 340 52 54
Binary 1000000 1011001 10011110 111011 101100 0 100110 11100000 101010 101100

Color Harmonies of #40599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40599E

Black with #40599E

Text Example


Text Example

White with #40599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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