Html Css Color HEX #443DBE Free Speech Blue

📋 copy color: '#443DBE'

red 68 ◦ green 61 ◦ blue 190

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

Shades of Free Speech Blue #443DBE

Tints of Free Speech Blue #443DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 21.32%
G = 19.12%
B = 59.56%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#443DBE (or 0x443DBE) is known color: Free Speech Blue. HEX triplet: 44, 3D and BE. RGB value is (68,61,190). Sum of RGB (Red+Green+Blue) = 68+61+190=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #443DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DBE is #BBC241. Grayscale: #4D4D4D. Windows color (decimal): -12304962 or 12467524. OLE color: 12467524.

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

Color convert

RGB 68 61 190 -
CMYK 0.64 0.68 0 0.25
HSL 243.26º 0.51% 0.49% -
HSV(B) 243.26º 0.68% 0.75% -
XYZ 13.35 8.28 49.61 -
YUV 77.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 68 61 190 0.64 0.68 0 0.25 243.26 0.51 0.49
Hex 44 3D BE 40 44 0 19 F3 33 31
Octal 104 75 276 100 104 0 31 363 63 61
Binary 1000100 111101 10111110 1000000 1000100 0 11001 11110011 110011 110001

Color Harmonies of #443DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443DBE

Black with #443DBE

Text Example


Text Example

White with #443DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,61,190); }

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

background-color css

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

 a { background-color: rgb(68,61,190); }

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

border-color css

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

 span { border-color: rgb(68,61,190); }

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