#413CDD

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

Shades of Free Speech Blue #413CDD

Tints of Free Speech Blue #413CDD

Color information

#413CDD (or 0x413CDD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3C and DD. RGB value is (65,60,221). Sum of RGB (Red+Green+Blue) = 65+60+221=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #413CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CDD is #BEC322. Grayscale: #4F4F4F. Windows color (decimal): -12501795 or 14498881. OLE color: 14498881.

HSL color Cylindrical-coordinate representation of color #413CDD: hue angle of 241.86º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413CDD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6560221-
CMYK0.710.7300.13
HSL241.86º70.31%55.1%-
HSV(B)241.86º72.85%86.67%-
XYZ16.859.5869.37-
YUV79.85207.66117.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 221 (86.72% from 255) = 63.87%
R=18.79%
G=17.34%
B=63.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65602210.710.7300.13241.8670.3155.1
Hex413CDD47490Df24637
Octal1017433510711101536210667
Binary1000001111100110111011000111100100101101111100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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