Html Css Color HEX #443DDB Free Speech Blue

📋 copy color: '#443DDB'

red 68 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Blue #443DDB

Tints of Free Speech Blue #443DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.53%

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

R = 19.54%
G = 17.53%
B = 62.93%

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

#443DDB (or 0x443DDB) is known color: Free Speech Blue. HEX triplet: 44, 3D and DB. RGB value is (68,61,219). Sum of RGB (Red+Green+Blue) = 68+61+219=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #443DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DDB is #BBC224. Grayscale: #505050. Windows color (decimal): -12304933 or 14368068. OLE color: 14368068.

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

Color convert

RGB 68 61 219 -
CMYK 0.69 0.72 0 0.14
HSL 242.66º 0.69% 0.55% -
HSV(B) 242.66º 0.72% 0.86% -
XYZ 16.84 9.68 68 -
YUV 81.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 68 61 219 0.69 0.72 0 0.14 242.66 0.69 0.55
Hex 44 3D DB 45 48 0 E F3 45 37
Octal 104 75 333 105 110 0 16 363 105 67
Binary 1000100 111101 11011011 1000101 1001000 0 1110 11110011 1000101 110111

Color Harmonies of #443DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443DDB

Black with #443DDB

Text Example


Text Example

White with #443DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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