#443ED2

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

Shades of Free Speech Blue #443ED2

Tints of Free Speech Blue #443ED2

Color information

#443ED2 (or 0x443ED2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3E and D2. RGB value is (68,62,210). Sum of RGB (Red+Green+Blue) = 68+62+210=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #443ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ED2 is #BBC12D. Grayscale: #505050. Windows color (decimal): -12304686 or 13778500. OLE color: 13778500.

HSL color Cylindrical-coordinate representation of color #443ED2: hue angle of 242.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443ED2 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6862210-
CMYK0.680.7000.18
HSL242.43º62.18%53.33%-
HSV(B)242.43º70.48%82.35%-
XYZ15.749.3361.94-
YUV80.67200.99118.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 210 (82.42% from 255) = 61.76%
R=20%
G=18.24%
B=61.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68622100.680.7000.18242.4362.1853.33
Hex443ED24446012f23e35
Octal104763221041060223627665
Binary1000100111110110100101000100100011001001011110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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