Html Css Color HEX #405696 Mariner

📋 copy color: '#405696'

red 64 ◦ green 86 ◦ blue 150

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

Shades of Mariner #405696

Tints of Mariner #405696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 21.33%
G = 28.67%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#405696 (or 0x405696) is known color: Mariner. HEX triplet: 40, 56 and 96. RGB value is (64,86,150). Sum of RGB (Red+Green+Blue) = 64+86+150=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #405696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405696 is #BFA969. Grayscale: #565656. Windows color (decimal): -12560746 or 9852480. OLE color: 9852480.

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

Color convert

RGB 64 86 150 -
CMYK 0.57 0.43 0 0.41
HSL 224.65º 0.4% 0.42% -
HSV(B) 224.65º 0.57% 0.59% -
XYZ 10.95 9.95 30.2 -
YUV 86.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 64 86 150 0.57 0.43 0 0.41 224.65 0.4 0.42
Hex 40 56 96 39 2B 0 29 E1 28 2A
Octal 100 126 226 71 53 0 51 341 50 52
Binary 1000000 1010110 10010110 111001 101011 0 101001 11100001 101000 101010

Color Harmonies of #405696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405696

Black with #405696

Text Example


Text Example

White with #405696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405696; }

 p { color: rgb(64,86,150); }

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

background-color css

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

 a { background-color: rgb(64,86,150); }

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

border-color css

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

 span { border-color: rgb(64,86,150); }

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