#444ED3

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

Shades of Free Speech Blue #444ED3

Tints of Free Speech Blue #444ED3

Color information

#444ED3 (or 0x444ED3) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4E and D3. RGB value is (68,78,211). Sum of RGB (Red+Green+Blue) = 68+78+211=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #444ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ED3 is #BBB12C. Grayscale: #595959. Windows color (decimal): -12300589 or 13848132. OLE color: 13848132.

HSL color Cylindrical-coordinate representation of color #444ED3: hue angle of 235.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444ED3 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6878211-
CMYK0.680.6300.17
HSL235.8º61.9%54.71%-
HSV(B)235.8º67.77%82.75%-
XYZ16.8711.3862.94-
YUV90.17196.19112.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 211 (82.81% from 255) = 59.10%
R=19.05%
G=21.85%
B=59.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal68782110.680.6300.17235.861.954.71
Hex444ED3443F011ec3e37
Octal104116323104770213547667
Binary1000100100111011010011100010011111101000111101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444ED3; }

 p { color: rgb(68,78,211); }

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

<style>
 a { background-color: #444ED3; }

 a { background-color: rgb(68,78,211); }

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

<style>
 span { border-color: #444ED3; }

 span { border-color: rgb(68,78,211); }

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