Html Css Color HEX #443EDD Free Speech Blue

📋 copy color: '#443EDD'

red 68 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #443EDD

Tints of Free Speech Blue #443EDD

RGB

 RED value IS 68 (26.95% from 255) = 19.37%

 GREEN value IS 62 (24.61% from 255) = 17.66%

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 19.37%
G = 17.66%
B = 62.96%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#443EDD (or 0x443EDD) is known color: Free Speech Blue. HEX triplet: 44, 3E and DD. RGB value is (68,62,221). Sum of RGB (Red+Green+Blue) = 68+62+221=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #443EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443EDD is #BBC122. Grayscale: #515151. Windows color (decimal): -12304675 or 14499396. OLE color: 14499396.

HSL color Cylindrical-coordinate representation of color #443EDD: hue angle of 242.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443EDD is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 62 221 -
CMYK 0.69 0.72 0 0.13
HSL 242.26º 0.7% 0.55% -
HSV(B) 242.26º 0.72% 0.87% -
XYZ 17.16 9.89 69.41 -
YUV 81.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 68 62 221 0.69 0.72 0 0.13 242.26 0.7 0.55
Hex 44 3E DD 45 48 0 D F2 46 37
Octal 104 76 335 105 110 0 15 362 106 67
Binary 1000100 111110 11011101 1000101 1001000 0 1101 11110010 1000110 110111

Color Harmonies of #443EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443EDD

Black with #443EDD

Text Example


Text Example

White with #443EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #443EDD;
 }
 .AnyTagClassName
 {
   color: #443EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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