#415BC5

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

Shades of Free Speech Blue #415BC5

Tints of Free Speech Blue #415BC5

Color information

#415BC5 (or 0x415BC5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5B and C5. RGB value is (65,91,197). Sum of RGB (Red+Green+Blue) = 65+91+197=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #415BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BC5 is #BEA43A. Grayscale: #5E5E5E. Windows color (decimal): -12493883 or 12933953. OLE color: 12933953.

HSL color Cylindrical-coordinate representation of color #415BC5: hue angle of 228.18º 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 #415BC5 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6591197-
CMYK0.670.5400.23
HSL228.18º53.23%51.37%-
HSV(B)228.18º67.01%77.25%-
XYZ1612.6454.42-
YUV95.31185.39106.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 197 (77.34% from 255) = 55.81%
R=18.41%
G=25.78%
B=55.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal65911970.670.5400.23228.1853.2351.37
Hex415BC54336017e43533
Octal101133305103660273446563
Binary1000001101101111000101100001111011001011111100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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