Html Css Color HEX #40559F Mariner

📋 copy color: '#40559F'

red 64 ◦ green 85 ◦ blue 159

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

Shades of Mariner #40559F

Tints of Mariner #40559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 20.78%
G = 27.6%
B = 51.62%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40559F (or 0x40559F) is known color: Mariner. HEX triplet: 40, 55 and 9F. RGB value is (64,85,159). Sum of RGB (Red+Green+Blue) = 64+85+159=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #40559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40559F is #BFAA60. Grayscale: #565656. Windows color (decimal): -12560993 or 10442048. OLE color: 10442048.

HSL color Cylindrical-coordinate representation of color #40559F: hue angle of 226.74º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40559F is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 85 159 -
CMYK 0.60 0.47 0 0.38
HSL 226.74º 0.43% 0.44% -
HSV(B) 226.74º 0.6% 0.62% -
XYZ 11.62 10.09 34.14 -
YUV 87.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 64 85 159 0.60 0.47 0 0.38 226.74 0.43 0.44
Hex 40 55 9F 3C 2F 0 26 E3 2B 2C
Octal 100 125 237 74 57 0 46 343 53 54
Binary 1000000 1010101 10011111 111100 101111 0 100110 11100011 101011 101100

Color Harmonies of #40559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40559F

Black with #40559F

Text Example


Text Example

White with #40559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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