#41689B

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

Shades of Mariner #41689B

Tints of Mariner #41689B

Color information

#41689B (or 0x41689B) is unknown color: approx Mariner. HEX triplet: 41, 68 and 9B. RGB value is (65,104,155). Sum of RGB (Red+Green+Blue) = 65+104+155=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #41689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41689B is #BE9764. Grayscale: #616161. Windows color (decimal): -12490597 or 10184769. OLE color: 10184769.

HSL color Cylindrical-coordinate representation of color #41689B: hue angle of 214º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41689B is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65104155-
CMYK0.580.3300.39
HSL214º40.91%43.14%-
HSV(B)214º58.06%60.78%-
XYZ13.0513.3932.91-
YUV98.15160.08104.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=20.06%
G=32.10%
B=47.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651041550.580.3300.3921440.9143.14
Hex41689B3A21027d6292b
Octal10115023372410473265153
Binary1000001110100010011011111010100001010011111010110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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