#443ED8

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

Shades of Free Speech Blue #443ED8

Tints of Free Speech Blue #443ED8

Color information

#443ED8 (or 0x443ED8) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3E and D8. RGB value is (68,62,216). Sum of RGB (Red+Green+Blue) = 68+62+216=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #443ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ED8 is #BBC127. Grayscale: #505050. Windows color (decimal): -12304680 or 14171716. OLE color: 14171716.

HSL color Cylindrical-coordinate representation of color #443ED8: hue angle of 242.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443ED8 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6862216-
CMYK0.690.7100.15
HSL242.34º66.38%54.51%-
HSV(B)242.34º71.3%84.71%-
XYZ16.59.6365.96-
YUV81.35203.99118.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 216 (84.77% from 255) = 62.43%
R=19.65%
G=17.92%
B=62.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal68622160.690.7100.15242.3466.3854.51
Hex443ED845470Ff24237
Octal1047633010510701736210267
Binary1000100111110110110001000101100011101111111100101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,62,216); }

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

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

 a { background-color: rgb(68,62,216); }

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

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

 span { border-color: rgb(68,62,216); }

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