#403CDD

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

Shades of Free Speech Blue #403CDD

Tints of Free Speech Blue #403CDD

Color information

#403CDD (or 0x403CDD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3C and DD. RGB value is (64,60,221). Sum of RGB (Red+Green+Blue) = 64+60+221=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #403CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CDD is #BFC322. Grayscale: #4E4E4E. Windows color (decimal): -12567331 or 14498880. OLE color: 14498880.

HSL color Cylindrical-coordinate representation of color #403CDD: hue angle of 241.49º 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 #403CDD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6460221-
CMYK0.710.7300.13
HSL241.49º70.31%55.1%-
HSV(B)241.49º72.85%86.67%-
XYZ16.789.5469.36-
YUV79.55207.83116.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 221 (86.72% from 255) = 64.06%
R=18.55%
G=17.39%
B=64.06%

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
Decimal64602210.710.7300.13241.4970.3155.1
Hex403CDD47490Df14637
Octal1007433510711101536110667
Binary1000000111100110111011000111100100101101111100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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