#443FBA

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

Shades of Free Speech Blue #443FBA

Tints of Free Speech Blue #443FBA

Color information

#443FBA (or 0x443FBA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3F and BA. RGB value is (68,63,186). Sum of RGB (Red+Green+Blue) = 68+63+186=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #443FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FBA is #BBC045. Grayscale: #4E4E4E. Windows color (decimal): -12304454 or 12205892. OLE color: 12205892.

HSL color Cylindrical-coordinate representation of color #443FBA: hue angle of 242.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443FBA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6863186-
CMYK0.630.6600.27
HSL242.44º49.4%48.82%-
HSV(B)242.44º66.13%72.94%-
XYZ13.028.3347.38-
YUV78.52188.66120.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=21.45%
G=19.87%
B=58.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68631860.630.6600.27242.4449.448.82
Hex443FBA3F4201Bf23131
Octal10477272771020333626161
Binary100010011111110111010111111100001001101111110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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