#443CD5

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

Shades of Free Speech Blue #443CD5

Tints of Free Speech Blue #443CD5

Color information

#443CD5 (or 0x443CD5) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3C and D5. RGB value is (68,60,213). Sum of RGB (Red+Green+Blue) = 68+60+213=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #443CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CD5 is #BBC32A. Grayscale: #4F4F4F. Windows color (decimal): -12305195 or 13974596. OLE color: 13974596.

HSL color Cylindrical-coordinate representation of color #443CD5: hue angle of 243.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443CD5 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6860213-
CMYK0.680.7200.16
HSL243.14º64.56%53.53%-
HSV(B)243.14º71.83%83.53%-
XYZ16.019.2663.9-
YUV79.83203.15119.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 213 (83.59% from 255) = 62.46%
R=19.94%
G=17.60%
B=62.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68602130.680.7200.16243.1464.5653.53
Hex443CD54448010f34136
Octal1047432510411002036310166
Binary10001001111001101010110001001001000010000111100111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,60,213); }

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

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

 a { background-color: rgb(68,60,213); }

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

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

 span { border-color: rgb(68,60,213); }

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