#443DC3

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

Shades of Free Speech Blue #443DC3

Tints of Free Speech Blue #443DC3

Color information

#443DC3 (or 0x443DC3) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3D and C3. RGB value is (68,61,195). Sum of RGB (Red+Green+Blue) = 68+61+195=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #443DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DC3 is #BBC23C. Grayscale: #4D4D4D. Windows color (decimal): -12304957 or 12795204. OLE color: 12795204.

HSL color Cylindrical-coordinate representation of color #443DC3: hue angle of 243.13º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443DC3 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6861195-
CMYK0.650.6900.24
HSL243.13º52.76%50.2%-
HSV(B)243.13º68.72%76.47%-
XYZ13.98.5152.54-
YUV78.37193.82120.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 195 (76.56% from 255) = 60.19%
R=20.99%
G=18.83%
B=60.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68611950.650.6900.24243.1352.7650.2
Hex443DC34145018f33532
Octal104753031011050303636562
Binary1000100111101110000111000001100010101100011110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,61,195); }

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

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

 a { background-color: rgb(68,61,195); }

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

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

 span { border-color: rgb(68,61,195); }

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