Html Css Color HEX #443FBA Free Speech Blue

📋 copy color: '#443FBA'

red 68 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #443FBA

Tints of Free Speech Blue #443FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 21.45%
G = 19.87%
B = 58.68%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#443FBA (or 0x443FBA) is known color: Free Speech Blue. HEX triplet: 44, 3F and BA. RGB value is (68,63,186). Sum of RGB (Red+Green+Blue) = 68+63+186=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #443FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FBA is #BBC045. Grayscale: #4E4E4E. Windows color (decimal): -12304454 or 12205892. OLE color: 12205892.

HSL color Cylindrical-coordinate representation of color #443FBA: hue angle of 242.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443FBA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 63 186 -
CMYK 0.63 0.66 0 0.27
HSL 242.44º 0.49% 0.49% -
HSV(B) 242.44º 0.66% 0.73% -
XYZ 13.02 8.33 47.38 -
YUV 78.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 68 63 186 0.63 0.66 0 0.27 242.44 0.49 0.49
Hex 44 3F BA 3F 42 0 1B F2 31 31
Octal 104 77 272 77 102 0 33 362 61 61
Binary 1000100 111111 10111010 111111 1000010 0 11011 11110010 110001 110001

Color Harmonies of #443FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FBA

Black with #443FBA

Text Example


Text Example

White with #443FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,63,186); }

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

background-color css

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

 a { background-color: rgb(68,63,186); }

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

border-color css

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

 span { border-color: rgb(68,63,186); }

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