#415E9C

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

Shades of Mariner #415E9C

Tints of Mariner #415E9C

Color information

#415E9C (or 0x415E9C) is unknown color: approx Mariner. HEX triplet: 41, 5E and 9C. RGB value is (65,94,156). Sum of RGB (Red+Green+Blue) = 65+94+156=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #415E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415E9C is #BEA163. Grayscale: #5C5C5C. Windows color (decimal): -12493156 or 10247745. OLE color: 10247745.

HSL color Cylindrical-coordinate representation of color #415E9C: hue angle of 220.88º 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 #415E9C is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6594156-
CMYK0.580.4000.39
HSL220.88º41.18%43.33%-
HSV(B)220.88º58.33%61.18%-
XYZ12.1811.5333.04-
YUV92.4163.89108.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=20.63%
G=29.84%
B=49.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65941560.580.4000.39220.8841.1843.33
Hex415E9C3A28027dd292b
Octal10113623472500473355153
Binary1000001101111010011100111010101000010011111011101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E9C; }

 p { color: rgb(65,94,156); }

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

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

 a { background-color: rgb(65,94,156); }

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

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

 span { border-color: rgb(65,94,156); }

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