Html Css Color HEX #443CBD Free Speech Blue

📋 copy color: '#443CBD'

red 68 ◦ green 60 ◦ blue 189

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

Shades of Free Speech Blue #443CBD

Tints of Free Speech Blue #443CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 21.45%
G = 18.93%
B = 59.62%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#443CBD (or 0x443CBD) is known color: Free Speech Blue. HEX triplet: 44, 3C and BD. RGB value is (68,60,189). Sum of RGB (Red+Green+Blue) = 68+60+189=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #443CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CBD is #BBC342. Grayscale: #4C4C4C. Windows color (decimal): -12305219 or 12401732. OLE color: 12401732.

HSL color Cylindrical-coordinate representation of color #443CBD: hue angle of 243.72º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443CBD is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 60 189 -
CMYK 0.64 0.68 0 0.26
HSL 243.72º 0.52% 0.49% -
HSV(B) 243.72º 0.68% 0.74% -
XYZ 13.19 8.13 49.02 -
YUV 77.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 68 60 189 0.64 0.68 0 0.26 243.72 0.52 0.49
Hex 44 3C BD 40 44 0 1A F4 34 31
Octal 104 74 275 100 104 0 32 364 64 61
Binary 1000100 111100 10111101 1000000 1000100 0 11010 11110100 110100 110001

Color Harmonies of #443CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CBD

Black with #443CBD

Text Example


Text Example

White with #443CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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