#444ECD

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

Shades of Free Speech Blue #444ECD

Tints of Free Speech Blue #444ECD

Color information

#444ECD (or 0x444ECD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4E and CD. RGB value is (68,78,205). Sum of RGB (Red+Green+Blue) = 68+78+205=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #444ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ECD is #BBB132. Grayscale: #585858. Windows color (decimal): -12300595 or 13454916. OLE color: 13454916.

HSL color Cylindrical-coordinate representation of color #444ECD: hue angle of 235.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444ECD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6878205-
CMYK0.670.6200.20
HSL235.62º57.81%53.53%-
HSV(B)235.62º66.83%80.39%-
XYZ16.1311.0959.05-
YUV89.49193.19112.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.37%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=19.37%
G=22.22%
B=58.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68782050.670.6200.20235.6257.8153.53
Hex444ECD433E014ec3a36
Octal104116315103760243547266
Binary1000100100111011001101100001111111001010011101100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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