#413BD8

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

Shades of Free Speech Blue #413BD8

Tints of Free Speech Blue #413BD8

Color information

#413BD8 (or 0x413BD8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3B and D8. RGB value is (65,59,216). Sum of RGB (Red+Green+Blue) = 65+59+216=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #413BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BD8 is #BEC427. Grayscale: #4E4E4E. Windows color (decimal): -12502056 or 14170945. OLE color: 14170945.

HSL color Cylindrical-coordinate representation of color #413BD8: hue angle of 242.29º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413BD8 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6559216-
CMYK0.700.7300.15
HSL242.29º66.81%53.92%-
HSV(B)242.29º72.69%84.71%-
XYZ16.149.2165.89-
YUV78.69205.49118.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 216 (84.77% from 255) = 63.53%
R=19.12%
G=17.35%
B=63.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal65592160.700.7300.15242.2966.8153.92
Hex413BD846490Ff24336
Octal1017333010611101736210366
Binary1000001111011110110001000110100100101111111100101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,216); }

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

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

 a { background-color: rgb(65,59,216); }

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

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

 span { border-color: rgb(65,59,216); }

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