#413EBF

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

Shades of Free Speech Blue #413EBF

Tints of Free Speech Blue #413EBF

Color information

#413EBF (or 0x413EBF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3E and BF. RGB value is (65,62,191). Sum of RGB (Red+Green+Blue) = 65+62+191=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #413EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EBF is #BEC140. Grayscale: #4D4D4D. Windows color (decimal): -12501313 or 12533313. OLE color: 12533313.

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

Color convert

RGB6562191-
CMYK0.660.6800.25
HSL241.4º50.99%49.61%-
HSV(B)241.4º67.54%74.9%-
XYZ13.318.3350.2-
YUV77.6191.99119.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 62 (24.61% from 255) = 19.50%
BLUE value IS 191 (75% from 255) = 60.06%
R=20.44%
G=19.50%
B=60.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65621910.660.6800.25241.450.9949.61
Hex413EBF4244019f13332
Octal101762771021040313616362
Binary1000001111110101111111000010100010001100111110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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