Html Css Color HEX #443BDC Free Speech Blue

📋 copy color: '#443BDC'

red 68 ◦ green 59 ◦ blue 220

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

Shades of Free Speech Blue #443BDC

Tints of Free Speech Blue #443BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 19.6%
G = 17%
B = 63.4%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#443BDC (or 0x443BDC) is known color: Free Speech Blue. HEX triplet: 44, 3B and DC. RGB value is (68,59,220). Sum of RGB (Red+Green+Blue) = 68+59+220=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #443BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BDC is #BBC423. Grayscale: #4F4F4F. Windows color (decimal): -12305444 or 14433092. OLE color: 14433092.

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

Color convert

RGB 68 59 220 -
CMYK 0.69 0.73 0 0.14
HSL 243.35º 0.7% 0.55% -
HSV(B) 243.35º 0.73% 0.86% -
XYZ 16.87 9.52 68.66 -
YUV 80.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 68 59 220 0.69 0.73 0 0.14 243.35 0.7 0.55
Hex 44 3B DC 45 49 0 E F3 46 37
Octal 104 73 334 105 111 0 16 363 106 67
Binary 1000100 111011 11011100 1000101 1001001 0 1110 11110011 1000110 110111

Color Harmonies of #443BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443BDC

Black with #443BDC

Text Example


Text Example

White with #443BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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