Html Css Color HEX #40659E Mariner

📋 copy color: '#40659E'

red 64 ◦ green 101 ◦ blue 158

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

Shades of Mariner #40659E

Tints of Mariner #40659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 19.81%
G = 31.27%
B = 48.92%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40659E (or 0x40659E) is known color: Mariner. HEX triplet: 40, 65 and 9E. RGB value is (64,101,158). Sum of RGB (Red+Green+Blue) = 64+101+158=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #40659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40659E is #BF9A61. Grayscale: #606060. Windows color (decimal): -12556898 or 10380608. OLE color: 10380608.

HSL color Cylindrical-coordinate representation of color #40659E: hue angle of 216.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40659E is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 101 158 -
CMYK 0.59 0.36 0 0.38
HSL 216.38º 0.42% 0.44% -
HSV(B) 216.38º 0.59% 0.62% -
XYZ 12.94 12.87 34.15 -
YUV 96.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 64 101 158 0.59 0.36 0 0.38 216.38 0.42 0.44
Hex 40 65 9E 3B 24 0 26 D8 2A 2C
Octal 100 145 236 73 44 0 46 330 52 54
Binary 1000000 1100101 10011110 111011 100100 0 100110 11011000 101010 101100

Color Harmonies of #40659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40659E

Black with #40659E

Text Example


Text Example

White with #40659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40659E; }

 p { color: rgb(64,101,158); }

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

background-color css

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

 a { background-color: rgb(64,101,158); }

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

border-color css

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

 span { border-color: rgb(64,101,158); }

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