#444EC2

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

Shades of Free Speech Blue #444EC2

Tints of Free Speech Blue #444EC2

Color information

#444EC2 (or 0x444EC2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4E and C2. RGB value is (68,78,194). Sum of RGB (Red+Green+Blue) = 68+78+194=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #444EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EC2 is #BBB13D. Grayscale: #575757. Windows color (decimal): -12300606 or 12734020. OLE color: 12734020.

HSL color Cylindrical-coordinate representation of color #444EC2: hue angle of 235.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444EC2 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6878194-
CMYK0.650.6000.24
HSL235.24º50.81%51.37%-
HSV(B)235.24º64.95%76.08%-
XYZ14.8510.5752.3-
YUV88.23187.69113.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 194 (76.17% from 255) = 57.06%
R=20%
G=22.94%
B=57.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68781940.650.6000.24235.2450.8151.37
Hex444EC2413C018eb3333
Octal104116302101740303536363
Binary1000100100111011000010100000111110001100011101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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