#41689E

Color #41689E Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #41689E

Tints of Mariner #41689E

Color information

#41689E (or 0x41689E) is unknown color: approx Mariner. HEX triplet: 41, 68 and 9E. RGB value is (65,104,158). Sum of RGB (Red+Green+Blue) = 65+104+158=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #41689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41689E is #BE9761. Grayscale: #626262. Windows color (decimal): -12490594 or 10381377. OLE color: 10381377.

HSL color Cylindrical-coordinate representation of color #41689E: hue angle of 214.84º 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 #41689E is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65104158-
CMYK0.590.3400.38
HSL214.84º41.7%43.73%-
HSV(B)214.84º58.86%61.96%-
XYZ13.313.4934.25-
YUV98.49161.58104.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=19.88%
G=31.80%
B=48.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651041580.590.3400.38214.8441.743.73
Hex41689E3B22026d72a2c
Octal10115023673420463275254
Binary1000001110100010011110111011100010010011011010111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,104,158); }

 H1.HeaderClassName
 {
   color: #41689E;
 }
 .AnyTagClassName
 {
   color: #41689E;
 }
</style>
background-color css

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

 a { background-color: rgb(65,104,158); }

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

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

 span { border-color: rgb(65,104,158); }

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