Html Css Color HEX #443FDC Free Speech Blue

📋 copy color: '#443FDC'

red 68 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #443FDC

Tints of Free Speech Blue #443FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

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

R = 19.37%
G = 17.95%
B = 62.68%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#443FDC (or 0x443FDC) is known color: Free Speech Blue. HEX triplet: 44, 3F and DC. RGB value is (68,63,220). Sum of RGB (Red+Green+Blue) = 68+63+220=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #443FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FDC is #BBC023. Grayscale: #515151. Windows color (decimal): -12304420 or 14434116. OLE color: 14434116.

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

Color convert

RGB 68 63 220 -
CMYK 0.69 0.71 0 0.14
HSL 241.91º 0.69% 0.55% -
HSV(B) 241.91º 0.71% 0.86% -
XYZ 17.08 9.95 68.73 -
YUV 82.39 205.66 117.73 -
System Red Green Blue C M Y K H S L
Decimal 68 63 220 0.69 0.71 0 0.14 241.91 0.69 0.55
Hex 44 3F DC 45 47 0 E F2 45 37
Octal 104 77 334 105 107 0 16 362 105 67
Binary 1000100 111111 11011100 1000101 1000111 0 1110 11110010 1000101 110111

Color Harmonies of #443FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FDC

Black with #443FDC

Text Example


Text Example

White with #443FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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