#443cbc

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

Shades of Free Speech Blue #443CBC

Tints of Free Speech Blue #443CBC

Color information

#443CBC (or 0x443CBC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3C and BC. RGB value is (68,60,188). Sum of RGB (Red+Green+Blue) = 68+60+188=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #443CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CBC is #BBC343. Grayscale: #4C4C4C. Windows color (decimal): -12305220 or 12336196. OLE color: 12336196.

HSL color Cylindrical-coordinate representation of color #443CBC: hue angle of 243.75º 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 #443CBC is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6860188-
CMYK0.640.6800.26
HSL243.75º51.61%48.63%-
HSV(B)243.75º68.09%73.73%-
XYZ13.088.0948.45-
YUV76.98190.65121.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 188 (73.83% from 255) = 59.49%
R=21.52%
G=18.99%
B=59.49%

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
Decimal68601880.640.6800.26243.7551.6148.63
Hex443CBC404401Af43431
Octal104742741001040323646461
Binary1000100111100101111001000000100010001101011110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443cbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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