#415EBF

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

Shades of Free Speech Blue #415EBF

Tints of Free Speech Blue #415EBF

Color information

#415EBF (or 0x415EBF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5E and BF. RGB value is (65,94,191). Sum of RGB (Red+Green+Blue) = 65+94+191=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #415EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EBF is #BEA140. Grayscale: #5F5F5F. Windows color (decimal): -12493121 or 12541505. OLE color: 12541505.

HSL color Cylindrical-coordinate representation of color #415EBF: hue angle of 226.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415EBF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6594191-
CMYK0.660.5100.25
HSL226.19º49.61%50.2%-
HSV(B)226.19º65.97%74.9%-
XYZ15.5912.8950.96-
YUV96.39181.39105.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 191 (75% from 255) = 54.57%
R=18.57%
G=26.86%
B=54.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65941910.660.5100.25226.1949.6150.2
Hex415EBF4233019e23232
Octal101136277102630313426262
Binary1000001101111010111111100001011001101100111100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,94,191); }

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

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

 a { background-color: rgb(65,94,191); }

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

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

 span { border-color: rgb(65,94,191); }

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