Html Css Color HEX #443AD0 Free Speech Blue

📋 copy color: '#443AD0'

red 68 ◦ green 58 ◦ blue 208

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

Shades of Free Speech Blue #443AD0

Tints of Free Speech Blue #443AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 20.36%
G = 17.37%
B = 62.28%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#443AD0 (or 0x443AD0) is known color: Free Speech Blue. HEX triplet: 44, 3A and D0. RGB value is (68,58,208). Sum of RGB (Red+Green+Blue) = 68+58+208=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #443AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AD0 is #BBC52F. Grayscale: #4D4D4D. Windows color (decimal): -12305712 or 13646404. OLE color: 13646404.

HSL color Cylindrical-coordinate representation of color #443AD0: hue angle of 244º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443AD0 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 58 208 -
CMYK 0.67 0.72 0 0.18
HSL 244º 0.61% 0.52% -
HSV(B) 244º 0.72% 0.82% -
XYZ 15.28 8.81 60.57 -
YUV 78.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 68 58 208 0.67 0.72 0 0.18 244 0.61 0.52
Hex 44 3A D0 43 48 0 12 F4 3D 34
Octal 104 72 320 103 110 0 22 364 75 64
Binary 1000100 111010 11010000 1000011 1001000 0 10010 11110100 111101 110100

Color Harmonies of #443AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AD0

Black with #443AD0

Text Example


Text Example

White with #443AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,58,208); }

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

background-color css

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

 a { background-color: rgb(68,58,208); }

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

border-color css

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

 span { border-color: rgb(68,58,208); }

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