Html Css Color HEX #443BC1 Free Speech Blue

📋 copy color: '#443BC1'

red 68 ◦ green 59 ◦ blue 193

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

Shades of Free Speech Blue #443BC1

Tints of Free Speech Blue #443BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

 BLUE value IS 193 (75.78% from 255) = 60.31%

R = 21.25%
G = 18.44%
B = 60.31%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#443BC1 (or 0x443BC1) is known color: Free Speech Blue. HEX triplet: 44, 3B and C1. RGB value is (68,59,193). Sum of RGB (Red+Green+Blue) = 68+59+193=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #443BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BC1 is #BBC43E. Grayscale: #4C4C4C. Windows color (decimal): -12305471 or 12663620. OLE color: 12663620.

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

Color convert

RGB 68 59 193 -
CMYK 0.65 0.69 0 0.24
HSL 244.03º 0.53% 0.49% -
HSV(B) 244.03º 0.69% 0.76% -
XYZ 13.57 8.21 51.32 -
YUV 76.97 193.48 121.6 -
System Red Green Blue C M Y K H S L
Decimal 68 59 193 0.65 0.69 0 0.24 244.03 0.53 0.49
Hex 44 3B C1 41 45 0 18 F4 35 31
Octal 104 73 301 101 105 0 30 364 65 61
Binary 1000100 111011 11000001 1000001 1000101 0 11000 11110100 110101 110001

Color Harmonies of #443BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443BC1

Black with #443BC1

Text Example


Text Example

White with #443BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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