Html Css Color HEX #40539B Mariner

📋 copy color: '#40539B'

red 64 ◦ green 83 ◦ blue 155

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

Shades of Mariner #40539B

Tints of Mariner #40539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 21.19%
G = 27.48%
B = 51.32%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40539B (or 0x40539B) is known color: Mariner. HEX triplet: 40, 53 and 9B. RGB value is (64,83,155). Sum of RGB (Red+Green+Blue) = 64+83+155=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #40539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40539B is #BFAC64. Grayscale: #555555. Windows color (decimal): -12561509 or 10179392. OLE color: 10179392.

HSL color Cylindrical-coordinate representation of color #40539B: hue angle of 227.47º 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 #40539B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 83 155 -
CMYK 0.59 0.46 0 0.39
HSL 227.47º 0.42% 0.43% -
HSV(B) 227.47º 0.59% 0.61% -
XYZ 11.12 9.64 32.29 -
YUV 85.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 64 83 155 0.59 0.46 0 0.39 227.47 0.42 0.43
Hex 40 53 9B 3B 2E 0 27 E3 2A 2B
Octal 100 123 233 73 56 0 47 343 52 53
Binary 1000000 1010011 10011011 111011 101110 0 100111 11100011 101010 101011

Color Harmonies of #40539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40539B

Black with #40539B

Text Example


Text Example

White with #40539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40539B; }

 p { color: rgb(64,83,155); }

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

background-color css

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

 a { background-color: rgb(64,83,155); }

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

border-color css

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

 span { border-color: rgb(64,83,155); }

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