#415CB1

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

Shades of Mariner #415CB1

Tints of Mariner #415CB1

Color information

#415CB1 (or 0x415CB1) is unknown color: approx Mariner. HEX triplet: 41, 5C and B1. RGB value is (65,92,177). Sum of RGB (Red+Green+Blue) = 65+92+177=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #415CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CB1 is #BEA34E. Grayscale: #5D5D5D. Windows color (decimal): -12493647 or 11623489. OLE color: 11623489.

HSL color Cylindrical-coordinate representation of color #415CB1: hue angle of 225.54º 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 #415CB1 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6592177-
CMYK0.630.4800.31
HSL225.54º46.28%47.45%-
HSV(B)225.54º63.28%69.41%-
XYZ13.9411.9543.17-
YUV93.62175.05107.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=19.46%
G=27.54%
B=52.99%

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
Decimal65921770.630.4800.31225.5446.2847.45
Hex415CB13F3001Fe22e2f
Octal10113426177600373425657
Binary100000110111001011000111111111000001111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,92,177); }

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

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

 a { background-color: rgb(65,92,177); }

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

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

 span { border-color: rgb(65,92,177); }

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