#443CC0

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

Shades of Free Speech Blue #443CC0

Tints of Free Speech Blue #443CC0

Color information

#443CC0 (or 0x443CC0) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3C and C0. RGB value is (68,60,192). Sum of RGB (Red+Green+Blue) = 68+60+192=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #443CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CC0 is #BBC33F. Grayscale: #4C4C4C. Windows color (decimal): -12305216 or 12598340. OLE color: 12598340.

HSL color Cylindrical-coordinate representation of color #443CC0: hue angle of 243.64º 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 #443CC0 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6860192-
CMYK0.650.6900.25
HSL243.64º52.38%49.41%-
HSV(B)243.64º68.75%75.29%-
XYZ13.518.2750.75-
YUV77.44192.65121.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 192 (75.39% from 255) = 60%
R=21.25%
G=18.75%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68601920.650.6900.25243.6452.3849.41
Hex443CC04145019f43431
Octal104743001011050313646461
Binary1000100111100110000001000001100010101100111110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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