#415FBA

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

Shades of Free Speech Blue #415FBA

Tints of Free Speech Blue #415FBA

Color information

#415FBA (or 0x415FBA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5F and BA. RGB value is (65,95,186). Sum of RGB (Red+Green+Blue) = 65+95+186=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #415FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FBA is #BEA045. Grayscale: #606060. Windows color (decimal): -12492870 or 12214081. OLE color: 12214081.

HSL color Cylindrical-coordinate representation of color #415FBA: hue angle of 225.12º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #415FBA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6595186-
CMYK0.650.4900.27
HSL225.12º48.21%49.22%-
HSV(B)225.12º65.05%72.94%-
XYZ15.1412.8548.14-
YUV96.4178.56105.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=18.79%
G=27.46%
B=53.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65951860.650.4900.27225.1248.2149.22
Hex415FBA413101Be13031
Octal101137272101610333416061
Binary1000001101111110111010100000111000101101111100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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