Html Css Color HEX #443ED2 Free Speech Blue

📋 copy color: '#443ED2'

red 68 ◦ green 62 ◦ blue 210

#443ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #443ED2

Tints of Free Speech Blue #443ED2

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 value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#443ED2 (or 0x443ED2) is known color: 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

RGB 68 62 210 -
CMYK 0.68 0.70 0 0.18
HSL 242.43º 0.62% 0.53% -
HSV(B) 242.43º 0.7% 0.82% -
XYZ 15.74 9.33 61.94 -
YUV 80.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 68 62 210 0.68 0.70 0 0.18 242.43 0.62 0.53
Hex 44 3E D2 44 46 0 12 F2 3E 35
Octal 104 76 322 104 106 0 22 362 76 65
Binary 1000100 111110 11010010 1000100 1000110 0 10010 11110010 111110 110101

Color Harmonies of #443ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443ED2

Black with #443ED2

Text Example


Text Example

White with #443ED2

Text Example


Text Example

HTML Codes & Css Web 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>