Html Css Color HEX #443EDC Free Speech Blue

📋 copy color: '#443EDC'

red 68 ◦ green 62 ◦ blue 220

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

Shades of Free Speech Blue #443EDC

Tints of Free Speech Blue #443EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 19.43%
G = 17.71%
B = 62.86%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#443EDC (or 0x443EDC) is known color: Free Speech Blue. HEX triplet: 44, 3E and DC. RGB value is (68,62,220). Sum of RGB (Red+Green+Blue) = 68+62+220=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #443EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443EDC is #BBC123. Grayscale: #515151. Windows color (decimal): -12304676 or 14433860. OLE color: 14433860.

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

Color convert

RGB 68 62 220 -
CMYK 0.69 0.72 0 0.14
HSL 242.28º 0.69% 0.55% -
HSV(B) 242.28º 0.72% 0.86% -
XYZ 17.02 9.84 68.71 -
YUV 81.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 68 62 220 0.69 0.72 0 0.14 242.28 0.69 0.55
Hex 44 3E DC 45 48 0 E F2 45 37
Octal 104 76 334 105 110 0 16 362 105 67
Binary 1000100 111110 11011100 1000101 1001000 0 1110 11110010 1000101 110111

Color Harmonies of #443EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443EDC

Black with #443EDC

Text Example


Text Example

White with #443EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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