Html Css Color HEX #443FD6 Free Speech Blue

📋 copy color: '#443FD6'

red 68 ◦ green 63 ◦ blue 214

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

Shades of Free Speech Blue #443FD6

Tints of Free Speech Blue #443FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.03%

R = 19.71%
G = 18.26%
B = 62.03%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#443FD6 (or 0x443FD6) is known color: Free Speech Blue. HEX triplet: 44, 3F and D6. RGB value is (68,63,214). Sum of RGB (Red+Green+Blue) = 68+63+214=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #443FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FD6 is #BBC029. Grayscale: #515151. Windows color (decimal): -12304426 or 14040900. OLE color: 14040900.

HSL color Cylindrical-coordinate representation of color #443FD6: hue angle of 241.99º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443FD6 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 63 214 -
CMYK 0.68 0.71 0 0.16
HSL 241.99º 0.65% 0.54% -
HSV(B) 241.99º 0.71% 0.84% -
XYZ 16.3 9.64 64.62 -
YUV 81.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 68 63 214 0.68 0.71 0 0.16 241.99 0.65 0.54
Hex 44 3F D6 44 47 0 10 F2 41 36
Octal 104 77 326 104 107 0 20 362 101 66
Binary 1000100 111111 11010110 1000100 1000111 0 10000 11110010 1000001 110110

Color Harmonies of #443FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FD6

Black with #443FD6

Text Example


Text Example

White with #443FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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