Html Css Color HEX #443ACD Free Speech Blue

📋 copy color: '#443ACD'

red 68 ◦ green 58 ◦ blue 205

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

Shades of Free Speech Blue #443ACD

Tints of Free Speech Blue #443ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 20.54%
G = 17.52%
B = 61.93%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#443ACD (or 0x443ACD) is known color: Free Speech Blue. HEX triplet: 44, 3A and CD. RGB value is (68,58,205). Sum of RGB (Red+Green+Blue) = 68+58+205=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #443ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ACD is #BBC532. Grayscale: #4D4D4D. Windows color (decimal): -12305715 or 13449796. OLE color: 13449796.

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

Color convert

RGB 68 58 205 -
CMYK 0.67 0.72 0 0.20
HSL 244.08º 0.6% 0.52% -
HSV(B) 244.08º 0.72% 0.8% -
XYZ 14.92 8.66 58.64 -
YUV 77.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 68 58 205 0.67 0.72 0 0.20 244.08 0.6 0.52
Hex 44 3A CD 43 48 0 14 F4 3C 34
Octal 104 72 315 103 110 0 24 364 74 64
Binary 1000100 111010 11001101 1000011 1001000 0 10100 11110100 111100 110100

Color Harmonies of #443ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443ACD

Black with #443ACD

Text Example


Text Example

White with #443ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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