#443AC1

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

Shades of Free Speech Blue #443AC1

Tints of Free Speech Blue #443AC1

Color information

#443AC1 (or 0x443AC1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3A and C1. RGB value is (68,58,193). Sum of RGB (Red+Green+Blue) = 68+58+193=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #443AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AC1 is #BBC53E. Grayscale: #4B4B4B. Windows color (decimal): -12305727 or 12663364. OLE color: 12663364.

HSL color Cylindrical-coordinate representation of color #443AC1: hue angle of 244.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443AC1 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6858193-
CMYK0.650.7000.24
HSL244.44º53.78%49.22%-
HSV(B)244.44º69.95%75.69%-
XYZ13.528.1151.3-
YUV76.38193.81122.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 193 (75.78% from 255) = 60.50%
R=21.32%
G=18.18%
B=60.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68581930.650.7000.24244.4453.7849.22
Hex443AC14146018f43631
Octal104723011011060303646661
Binary1000100111010110000011000001100011001100011110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443AC1; }

 p { color: rgb(68,58,193); }

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

<style>
 a { background-color: #443AC1; }

 a { background-color: rgb(68,58,193); }

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

<style>
 span { border-color: #443AC1; }

 span { border-color: rgb(68,58,193); }

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