#413FBE

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

Shades of Free Speech Blue #413FBE

Tints of Free Speech Blue #413FBE

Color information

#413FBE (or 0x413FBE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3F and BE. RGB value is (65,63,190). Sum of RGB (Red+Green+Blue) = 65+63+190=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #413FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FBE is #BEC041. Grayscale: #4D4D4D. Windows color (decimal): -12501058 or 12468033. OLE color: 12468033.

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

Color convert

RGB6563190-
CMYK0.660.6700.25
HSL240.94º50.2%49.61%-
HSV(B)240.94º66.84%74.51%-
XYZ13.258.449.64-
YUV78.08191.16118.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=20.44%
G=19.81%
B=59.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65631900.660.6700.25240.9450.249.61
Hex413FBE4243019f13232
Octal101772761021030313616262
Binary1000001111111101111101000010100001101100111110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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