Html Css Color HEX #443AB4 Free Speech Blue

📋 copy color: '#443AB4'

red 68 ◦ green 58 ◦ blue 180

#443AB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #443AB4

Tints of Free Speech Blue #443AB4

RGB

 RED value IS 68 (26.95% from 255) = 22.22%

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 180 (70.7% from 255) = 58.82%

R = 22.22%
G = 18.95%
B = 58.82%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#443AB4 (or 0x443AB4) is known color: Free Speech Blue. HEX triplet: 44, 3A and B4. RGB value is (68,58,180). Sum of RGB (Red+Green+Blue) = 68+58+180=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #443AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AB4 is #BBC54B. Grayscale: #4A4A4A. Windows color (decimal): -12305740 or 11811396. OLE color: 11811396.

HSL color Cylindrical-coordinate representation of color #443AB4: hue angle of 244.92º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443AB4 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 58 180 -
CMYK 0.62 0.68 0 0.29
HSL 244.92º 0.51% 0.47% -
HSV(B) 244.92º 0.68% 0.71% -
XYZ 12.14 7.55 44 -
YUV 74.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 68 58 180 0.62 0.68 0 0.29 244.92 0.51 0.47
Hex 44 3A B4 3E 44 0 1D F5 33 2F
Octal 104 72 264 76 104 0 35 365 63 57
Binary 1000100 111010 10110100 111110 1000100 0 11101 11110101 110011 101111

Color Harmonies of #443AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AB4

Black with #443AB4

Text Example


Text Example

White with #443AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,58,180); }

 H1.HeaderClassName
 {
   color: #443AB4;
 }
 .AnyTagClassName
 {
   color: #443AB4;
 }
</style>

background-color css

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

 a { background-color: rgb(68,58,180); }

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

border-color css

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

 span { border-color: rgb(68,58,180); }

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