Html Css Color HEX #40589B Mariner

📋 copy color: '#40589B'

red 64 ◦ green 88 ◦ blue 155

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

Shades of Mariner #40589B

Tints of Mariner #40589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 20.85%
G = 28.66%
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

#40589B (or 0x40589B) is known color: Mariner. HEX triplet: 40, 58 and 9B. RGB value is (64,88,155). Sum of RGB (Red+Green+Blue) = 64+88+155=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #40589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40589B is #BFA764. Grayscale: #585858. Windows color (decimal): -12560229 or 10180672. OLE color: 10180672.

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

Color convert

RGB 64 88 155 -
CMYK 0.59 0.43 0 0.39
HSL 224.18º 0.42% 0.43% -
HSV(B) 224.18º 0.59% 0.61% -
XYZ 11.52 10.44 32.42 -
YUV 88.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 64 88 155 0.59 0.43 0 0.39 224.18 0.42 0.43
Hex 40 58 9B 3B 2B 0 27 E0 2A 2B
Octal 100 130 233 73 53 0 47 340 52 53
Binary 1000000 1011000 10011011 111011 101011 0 100111 11100000 101010 101011

Color Harmonies of #40589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40589B

Black with #40589B

Text Example


Text Example

White with #40589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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