#41689F

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

Shades of Mariner #41689F

Tints of Mariner #41689F

Color information

#41689F (or 0x41689F) is unknown color: approx Mariner. HEX triplet: 41, 68 and 9F. RGB value is (65,104,159). Sum of RGB (Red+Green+Blue) = 65+104+159=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #41689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41689F is #BE9760. Grayscale: #626262. Windows color (decimal): -12490593 or 10446913. OLE color: 10446913.

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

Color convert

RGB65104159-
CMYK0.590.3500.38
HSL215.11º41.96%43.92%-
HSV(B)215.11º59.12%62.35%-
XYZ13.3913.5334.71-
YUV98.61162.08104.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=19.82%
G=31.71%
B=48.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651041590.590.3500.38215.1141.9643.92
Hex41689F3B23026d72a2c
Octal10115023773430463275254
Binary1000001110100010011111111011100011010011011010111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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