#413CB2

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

Shades of Free Speech Blue #413CB2

Tints of Free Speech Blue #413CB2

Color information

#413CB2 (or 0x413CB2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3C and B2. RGB value is (65,60,178). Sum of RGB (Red+Green+Blue) = 65+60+178=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #413CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CB2 is #BEC34D. Grayscale: #4A4A4A. Windows color (decimal): -12501838 or 11680833. OLE color: 11680833.

HSL color Cylindrical-coordinate representation of color #413CB2: hue angle of 242.54º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413CB2 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6560178-
CMYK0.630.6600.30
HSL242.54º49.58%46.67%-
HSV(B)242.54º66.29%69.8%-
XYZ11.837.5742.96-
YUV74.95186.16120.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 178 (69.92% from 255) = 58.75%
R=21.45%
G=19.80%
B=58.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65601780.630.6600.30242.5449.5846.67
Hex413CB23F4201Ef3322f
Octal10174262771020363636257
Binary100000111110010110010111111100001001111011110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,178); }

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

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

 a { background-color: rgb(65,60,178); }

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

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

 span { border-color: rgb(65,60,178); }

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