Html Css Color HEX #443FDD Free Speech Blue

📋 copy color: '#443FDD'

red 68 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Blue #443FDD

Tints of Free Speech Blue #443FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 19.32%
G = 17.9%
B = 62.78%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#443FDD (or 0x443FDD) is known color: Free Speech Blue. HEX triplet: 44, 3F and DD. RGB value is (68,63,221). Sum of RGB (Red+Green+Blue) = 68+63+221=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #443FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FDD is #BBC022. Grayscale: #515151. Windows color (decimal): -12304419 or 14499652. OLE color: 14499652.

HSL color Cylindrical-coordinate representation of color #443FDD: hue angle of 241.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443FDD is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 63 221 -
CMYK 0.69 0.71 0 0.13
HSL 241.9º 0.7% 0.56% -
HSV(B) 241.9º 0.71% 0.87% -
XYZ 17.21 10 69.43 -
YUV 82.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 68 63 221 0.69 0.71 0 0.13 241.9 0.7 0.56
Hex 44 3F DD 45 47 0 D F2 46 38
Octal 104 77 335 105 107 0 15 362 106 70
Binary 1000100 111111 11011101 1000101 1000111 0 1101 11110010 1000110 111000

Color Harmonies of #443FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FDD

Black with #443FDD

Text Example


Text Example

White with #443FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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