#415BB1

Color #415BB1 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #415BB1

Tints of Free Speech Blue #415BB1

Color information

#415BB1 (or 0x415BB1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5B and B1. RGB value is (65,91,177). Sum of RGB (Red+Green+Blue) = 65+91+177=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #415BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BB1 is #BEA44E. Grayscale: #5C5C5C. Windows color (decimal): -12493903 or 11623233. OLE color: 11623233.

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

Color convert

RGB6591177-
CMYK0.630.4900.31
HSL226.07º46.28%47.45%-
HSV(B)226.07º63.28%69.41%-
XYZ13.8611.7843.14-
YUV93.03175.39108.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 177 (69.53% from 255) = 53.15%
R=19.52%
G=27.33%
B=53.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65911770.630.4900.31226.0746.2847.45
Hex415BB13F3101Fe22e2f
Octal10113326177610373425657
Binary100000110110111011000111111111000101111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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