#443CBF

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

Shades of Free Speech Blue #443CBF

Tints of Free Speech Blue #443CBF

Color information

#443CBF (or 0x443CBF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3C and BF. RGB value is (68,60,191). Sum of RGB (Red+Green+Blue) = 68+60+191=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #443CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CBF is #BBC340. Grayscale: #4C4C4C. Windows color (decimal): -12305217 or 12532804. OLE color: 12532804.

HSL color Cylindrical-coordinate representation of color #443CBF: hue angle of 243.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443CBF is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6860191-
CMYK0.640.6900.25
HSL243.66º52.19%49.22%-
HSV(B)243.66º68.59%74.9%-
XYZ13.48.2250.17-
YUV77.33192.15121.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 191 (75% from 255) = 59.87%
R=21.32%
G=18.81%
B=59.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68601910.640.6900.25243.6652.1949.22
Hex443CBF4045019f43431
Octal104742771001050313646461
Binary1000100111100101111111000000100010101100111110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,60,191); }

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

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

 a { background-color: rgb(68,60,191); }

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

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

 span { border-color: rgb(68,60,191); }

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