#415BB0

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

Shades of Mariner #415BB0

Tints of Mariner #415BB0

Color information

#415BB0 (or 0x415BB0) is unknown color: approx Mariner. HEX triplet: 41, 5B and B0. RGB value is (65,91,176). Sum of RGB (Red+Green+Blue) = 65+91+176=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #415BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BB0 is #BEA44F. Grayscale: #5C5C5C. Windows color (decimal): -12493904 or 11557697. OLE color: 11557697.

HSL color Cylindrical-coordinate representation of color #415BB0: hue angle of 225.95º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415BB0 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6591176-
CMYK0.630.4800.31
HSL225.95º46.06%47.25%-
HSV(B)225.95º63.07%69.02%-
XYZ13.7611.7442.62-
YUV92.92174.89108.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 176 (69.14% from 255) = 53.01%
R=19.58%
G=27.41%
B=53.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65911760.630.4800.31225.9546.0647.25
Hex415BB03F3001Fe22e2f
Octal10113326077600373425657
Binary100000110110111011000011111111000001111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,91,176); }

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

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

 a { background-color: rgb(65,91,176); }

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

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

 span { border-color: rgb(65,91,176); }

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