Html Css Color HEX #443ACC Free Speech Blue

📋 copy color: '#443ACC'

red 68 ◦ green 58 ◦ blue 204

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

Shades of Free Speech Blue #443ACC

Tints of Free Speech Blue #443ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 20.61%
G = 17.58%
B = 61.82%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#443ACC (or 0x443ACC) is known color: Free Speech Blue. HEX triplet: 44, 3A and CC. RGB value is (68,58,204). Sum of RGB (Red+Green+Blue) = 68+58+204=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #443ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ACC is #BBC533. Grayscale: #4D4D4D. Windows color (decimal): -12305716 or 13384260. OLE color: 13384260.

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

Color convert

RGB 68 58 204 -
CMYK 0.67 0.72 0 0.2
HSL 244.11º 0.59% 0.51% -
HSV(B) 244.11º 0.72% 0.8% -
XYZ 14.8 8.61 58.01 -
YUV 77.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 68 58 204 0.67 0.72 0 0.2 244.11 0.59 0.51
Hex 44 3A CC 43 48 0 14 F4 3B 33
Octal 104 72 314 103 110 0 24 364 73 63
Binary 1000100 111010 11001100 1000011 1001000 0 10100 11110100 111011 110011

Color Harmonies of #443ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443ACC

Black with #443ACC

Text Example


Text Example

White with #443ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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