#443FBC

Color #443FBC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #443FBC

Tints of Free Speech Blue #443FBC

Color information

#443FBC (or 0x443FBC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3F and BC. RGB value is (68,63,188). Sum of RGB (Red+Green+Blue) = 68+63+188=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #443FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FBC is #BBC043. Grayscale: #4E4E4E. Windows color (decimal): -12304452 or 12336964. OLE color: 12336964.

HSL color Cylindrical-coordinate representation of color #443FBC: hue angle of 242.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443FBC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6863188-
CMYK0.640.6600.26
HSL242.4º49.8%49.22%-
HSV(B)242.4º66.49%73.73%-
XYZ13.248.4148.5-
YUV78.74189.66120.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 188 (73.83% from 255) = 58.93%
R=21.32%
G=19.75%
B=58.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68631880.640.6600.26242.449.849.22
Hex443FBC404201Af23231
Octal104772741001020323626261
Binary1000100111111101111001000000100001001101011110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #443FBC;
 }
 .AnyTagClassName
 {
   color: #443FBC;
 }
</style>
background-color css

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

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

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

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

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

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