#415EBE

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

Shades of Free Speech Blue #415EBE

Tints of Free Speech Blue #415EBE

Color information

#415EBE (or 0x415EBE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5E and BE. RGB value is (65,94,190). Sum of RGB (Red+Green+Blue) = 65+94+190=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #415EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EBE is #BEA141. Grayscale: #5F5F5F. Windows color (decimal): -12493122 or 12475969. OLE color: 12475969.

HSL color Cylindrical-coordinate representation of color #415EBE: hue angle of 226.08º degrees, saturation: 0.49, 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 #415EBE is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6594190-
CMYK0.660.5100.25
HSL226.08º49.02%50%-
HSV(B)226.08º65.79%74.51%-
XYZ15.4812.8550.38-
YUV96.27180.89105.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=18.62%
G=26.93%
B=54.44%

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
Decimal65941900.660.5100.25226.0849.0250
Hex415EBE4233019e23132
Octal101136276102630313426162
Binary1000001101111010111110100001011001101100111100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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