#443bd5

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

Shades of Free Speech Blue #443BD5

Tints of Free Speech Blue #443BD5

Color information

#443BD5 (or 0x443BD5) is unknown color: approx Free Speech Blue. HEX triplet: 44, 3B and D5. RGB value is (68,59,213). Sum of RGB (Red+Green+Blue) = 68+59+213=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #443BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BD5 is #BBC42A. Grayscale: #4E4E4E. Windows color (decimal): -12305451 or 13974340. OLE color: 13974340.

HSL color Cylindrical-coordinate representation of color #443BD5: hue angle of 243.51º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443BD5 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6859213-
CMYK0.680.7200.16
HSL243.51º64.71%53.33%-
HSV(B)243.51º72.3%83.53%-
XYZ15.969.1663.88-
YUV79.25203.48119.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 213 (83.59% from 255) = 62.65%
R=20%
G=17.35%
B=62.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68592130.680.7200.16243.5164.7153.33
Hex443BD54448010f44135
Octal1047332510411002036410165
Binary10001001110111101010110001001001000010000111101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,59,213); }

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

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

 a { background-color: rgb(68,59,213); }

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

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

 span { border-color: rgb(68,59,213); }

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