Html Css Color HEX #40599C Mariner

📋 copy color: '#40599C'

red 64 ◦ green 89 ◦ blue 156

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

Shades of Mariner #40599C

Tints of Mariner #40599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 20.71%
G = 28.8%
B = 50.49%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40599C (or 0x40599C) is known color: Mariner. HEX triplet: 40, 59 and 9C. RGB value is (64,89,156). Sum of RGB (Red+Green+Blue) = 64+89+156=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #40599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40599C is #BFA663. Grayscale: #585858. Windows color (decimal): -12559972 or 10246464. OLE color: 10246464.

HSL color Cylindrical-coordinate representation of color #40599C: hue angle of 223.7º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40599C is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 89 156 -
CMYK 0.59 0.43 0 0.39
HSL 223.7º 0.42% 0.43% -
HSV(B) 223.7º 0.59% 0.61% -
XYZ 11.69 10.64 32.89 -
YUV 89.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 64 89 156 0.59 0.43 0 0.39 223.7 0.42 0.43
Hex 40 59 9C 3B 2B 0 27 E0 2A 2B
Octal 100 131 234 73 53 0 47 340 52 53
Binary 1000000 1011001 10011100 111011 101011 0 100111 11100000 101010 101011

Color Harmonies of #40599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40599C

Black with #40599C

Text Example


Text Example

White with #40599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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