Html Css Color HEX #40689C Mariner

📋 copy color: '#40689C'

red 64 ◦ green 104 ◦ blue 156

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

Shades of Mariner #40689C

Tints of Mariner #40689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.1%

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 19.75%
G = 32.1%
B = 48.15%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40689C (or 0x40689C) is known color: Mariner. HEX triplet: 40, 68 and 9C. RGB value is (64,104,156). Sum of RGB (Red+Green+Blue) = 64+104+156=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #40689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40689C is #BF9763. Grayscale: #616161. Windows color (decimal): -12556132 or 10250304. OLE color: 10250304.

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

Color convert

RGB 64 104 156 -
CMYK 0.59 0.33 0 0.39
HSL 213.91º 0.42% 0.43% -
HSV(B) 213.91º 0.59% 0.61% -
XYZ 13.07 13.39 33.35 -
YUV 97.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 64 104 156 0.59 0.33 0 0.39 213.91 0.42 0.43
Hex 40 68 9C 3B 21 0 27 D6 2A 2B
Octal 100 150 234 73 41 0 47 326 52 53
Binary 1000000 1101000 10011100 111011 100001 0 100111 11010110 101010 101011

Color Harmonies of #40689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40689C

Black with #40689C

Text Example


Text Example

White with #40689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40689C; }

 p { color: rgb(64,104,156); }

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

background-color css

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

 a { background-color: rgb(64,104,156); }

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

border-color css

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

 span { border-color: rgb(64,104,156); }

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