Html Css Color HEX #443DBA Free Speech Blue

📋 copy color: '#443DBA'

red 68 ◦ green 61 ◦ blue 186

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

Shades of Free Speech Blue #443DBA

Tints of Free Speech Blue #443DBA

RGB

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

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

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

R = 21.59%
G = 19.37%
B = 59.05%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#443DBA (or 0x443DBA) is known color: Free Speech Blue. HEX triplet: 44, 3D and BA. RGB value is (68,61,186). Sum of RGB (Red+Green+Blue) = 68+61+186=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #443DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DBA is #BBC245. Grayscale: #4C4C4C. Windows color (decimal): -12304966 or 12205380. OLE color: 12205380.

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

Color convert

RGB 68 61 186 -
CMYK 0.63 0.67 0 0.27
HSL 243.36º 0.51% 0.48% -
HSV(B) 243.36º 0.67% 0.73% -
XYZ 12.92 8.11 47.34 -
YUV 77.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 68 61 186 0.63 0.67 0 0.27 243.36 0.51 0.48
Hex 44 3D BA 3F 43 0 1B F3 33 30
Octal 104 75 272 77 103 0 33 363 63 60
Binary 1000100 111101 10111010 111111 1000011 0 11011 11110011 110011 110000

Color Harmonies of #443DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443DBA

Black with #443DBA

Text Example


Text Example

White with #443DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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