#443CBD

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

Shades of Free Speech Blue #443CBD

Tints of Free Speech Blue #443CBD

Color information

#443CBD (or 0x443CBD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3C and BD. RGB value is (68,60,189). Sum of RGB (Red+Green+Blue) = 68+60+189=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #443CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CBD is #BBC342. Grayscale: #4C4C4C. Windows color (decimal): -12305219 or 12401732. OLE color: 12401732.

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

Color convert

RGB6860189-
CMYK0.640.6800.26
HSL243.72º51.81%48.82%-
HSV(B)243.72º68.25%74.12%-
XYZ13.198.1349.02-
YUV77.1191.15121.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 60 (23.83% from 255) = 18.93%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=21.45%
G=18.93%
B=59.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68601890.640.6800.26243.7251.8148.82
Hex443CBD404401Af43431
Octal104742751001040323646461
Binary1000100111100101111011000000100010001101011110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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