Html Css Color HEX #443CC4 Free Speech Blue

📋 copy color: '#443CC4'

red 68 ◦ green 60 ◦ blue 196

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

Shades of Free Speech Blue #443CC4

Tints of Free Speech Blue #443CC4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 196 (76.95% from 255) = 60.49%

R = 20.99%
G = 18.52%
B = 60.49%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#443CC4 (or 0x443CC4) is known color: Free Speech Blue. HEX triplet: 44, 3C and C4. RGB value is (68,60,196). Sum of RGB (Red+Green+Blue) = 68+60+196=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #443CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CC4 is #BBC33B. Grayscale: #4D4D4D. Windows color (decimal): -12305212 or 12860484. OLE color: 12860484.

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

Color convert

RGB 68 60 196 -
CMYK 0.65 0.69 0 0.23
HSL 243.53º 0.54% 0.5% -
HSV(B) 243.53º 0.69% 0.77% -
XYZ 13.96 8.45 53.12 -
YUV 77.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 68 60 196 0.65 0.69 0 0.23 243.53 0.54 0.5
Hex 44 3C C4 41 45 0 17 F4 36 32
Octal 104 74 304 101 105 0 27 364 66 62
Binary 1000100 111100 11000100 1000001 1000101 0 10111 11110100 110110 110010

Color Harmonies of #443CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CC4

Black with #443CC4

Text Example


Text Example

White with #443CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,60,196); }

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

background-color css

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

 a { background-color: rgb(68,60,196); }

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

border-color css

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

 span { border-color: rgb(68,60,196); }

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