Html Css Color HEX #443ACB Free Speech Blue

📋 copy color: '#443ACB'

red 68 ◦ green 58 ◦ blue 203

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

Shades of Free Speech Blue #443ACB

Tints of Free Speech Blue #443ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 20.67%
G = 17.63%
B = 61.7%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#443ACB (or 0x443ACB) is known color: Free Speech Blue. HEX triplet: 44, 3A and CB. RGB value is (68,58,203). Sum of RGB (Red+Green+Blue) = 68+58+203=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #443ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ACB is #BBC534. Grayscale: #4C4C4C. Windows color (decimal): -12305717 or 13318724. OLE color: 13318724.

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

Color convert

RGB 68 58 203 -
CMYK 0.67 0.71 0 0.20
HSL 244.14º 0.58% 0.51% -
HSV(B) 244.14º 0.71% 0.8% -
XYZ 14.68 8.57 57.38 -
YUV 77.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 68 58 203 0.67 0.71 0 0.20 244.14 0.58 0.51
Hex 44 3A CB 43 47 0 14 F4 3A 33
Octal 104 72 313 103 107 0 24 364 72 63
Binary 1000100 111010 11001011 1000011 1000111 0 10100 11110100 111010 110011

Color Harmonies of #443ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443ACB

Black with #443ACB

Text Example


Text Example

White with #443ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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