#415598

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

Shades of Mariner #415598

Tints of Mariner #415598

Color information

#415598 (or 0x415598) is unknown color: approx Mariner. HEX triplet: 41, 55 and 98. RGB value is (65,85,152). Sum of RGB (Red+Green+Blue) = 65+85+152=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #415598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415598 is #BEAA67. Grayscale: #565656. Windows color (decimal): -12495464 or 9983297. OLE color: 9983297.

HSL color Cylindrical-coordinate representation of color #415598: hue angle of 226.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415598 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6585152-
CMYK0.570.4400.40
HSL226.21º40.09%42.55%-
HSV(B)226.21º57.24%59.61%-
XYZ11.19.8931.03-
YUV86.66164.87112.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=21.52%
G=28.15%
B=50.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65851520.570.4400.40226.2140.0942.55
Hex415598392C028e2282b
Octal10112523071540503425053
Binary1000001101010110011000111001101100010100011100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415598; }

 p { color: rgb(65,85,152); }

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

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

 a { background-color: rgb(65,85,152); }

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

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

 span { border-color: rgb(65,85,152); }

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