#443DCA

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

Shades of Free Speech Blue #443DCA

Tints of Free Speech Blue #443DCA

Color information

#443DCA (or 0x443DCA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3D and CA. RGB value is (68,61,202). Sum of RGB (Red+Green+Blue) = 68+61+202=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #443DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DCA is #BBC235. Grayscale: #4E4E4E. Windows color (decimal): -12304950 or 13253956. OLE color: 13253956.

HSL color Cylindrical-coordinate representation of color #443DCA: hue angle of 242.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443DCA is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6861202-
CMYK0.660.7000.21
HSL242.98º57.09%51.57%-
HSV(B)242.98º69.8%79.22%-
XYZ14.718.8356.81-
YUV79.17197.32120.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=20.54%
G=18.43%
B=61.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68612020.660.7000.21242.9857.0951.57
Hex443DCA4246015f33934
Octal104753121021060253637164
Binary1000100111101110010101000010100011001010111110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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