#415FC5

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

Shades of Free Speech Blue #415FC5

Tints of Free Speech Blue #415FC5

Color information

#415FC5 (or 0x415FC5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5F and C5. RGB value is (65,95,197). Sum of RGB (Red+Green+Blue) = 65+95+197=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #415FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FC5 is #BEA03A. Grayscale: #616161. Windows color (decimal): -12492859 or 12934977. OLE color: 12934977.

HSL color Cylindrical-coordinate representation of color #415FC5: hue angle of 226.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #415FC5 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6595197-
CMYK0.670.5200.23
HSL226.36º53.23%51.37%-
HSV(B)226.36º67.01%77.25%-
XYZ16.3513.3454.54-
YUV97.66184.06104.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 197 (77.34% from 255) = 55.18%
R=18.21%
G=26.61%
B=55.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal65951970.670.5200.23226.3653.2351.37
Hex415FC54334017e23533
Octal101137305103640273426563
Binary1000001101111111000101100001111010001011111100010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,95,197); }

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

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

 a { background-color: rgb(65,95,197); }

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

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

 span { border-color: rgb(65,95,197); }

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