Html Css Color HEX #443FDB Free Speech Blue

📋 copy color: '#443FDB'

red 68 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #443FDB

Tints of Free Speech Blue #443FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 19.43%
G = 18%
B = 62.57%

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

#443FDB (or 0x443FDB) is known color: Free Speech Blue. HEX triplet: 44, 3F and DB. RGB value is (68,63,219). Sum of RGB (Red+Green+Blue) = 68+63+219=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #443FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FDB is #BBC024. Grayscale: #515151. Windows color (decimal): -12304421 or 14368580. OLE color: 14368580.

HSL color Cylindrical-coordinate representation of color #443FDB: hue angle of 241.92º degrees, saturation: 0.68, 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 #443FDB is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 63 219 -
CMYK 0.69 0.71 0 0.14
HSL 241.92º 0.68% 0.55% -
HSV(B) 241.92º 0.71% 0.86% -
XYZ 16.95 9.9 68.04 -
YUV 82.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 68 63 219 0.69 0.71 0 0.14 241.92 0.68 0.55
Hex 44 3F DB 45 47 0 E F2 44 37
Octal 104 77 333 105 107 0 16 362 104 67
Binary 1000100 111111 11011011 1000101 1000111 0 1110 11110010 1000100 110111

Color Harmonies of #443FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FDB

Black with #443FDB

Text Example


Text Example

White with #443FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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