Html Css Color HEX #443CBC Free Speech Blue

📋 copy color: '#443CBC'

red 68 ◦ green 60 ◦ blue 188

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

Shades of Free Speech Blue #443CBC

Tints of Free Speech Blue #443CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 21.52%
G = 18.99%
B = 59.49%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#443CBC (or 0x443CBC) is known color: Free Speech Blue. HEX triplet: 44, 3C and BC. RGB value is (68,60,188). Sum of RGB (Red+Green+Blue) = 68+60+188=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #443CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CBC is #BBC343. Grayscale: #4C4C4C. Windows color (decimal): -12305220 or 12336196. OLE color: 12336196.

HSL color Cylindrical-coordinate representation of color #443CBC: hue angle of 243.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443CBC is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 60 188 -
CMYK 0.64 0.68 0 0.26
HSL 243.75º 0.52% 0.49% -
HSV(B) 243.75º 0.68% 0.74% -
XYZ 13.08 8.09 48.45 -
YUV 76.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 68 60 188 0.64 0.68 0 0.26 243.75 0.52 0.49
Hex 44 3C BC 40 44 0 1A F4 34 31
Octal 104 74 274 100 104 0 32 364 64 61
Binary 1000100 111100 10111100 1000000 1000100 0 11010 11110100 110100 110001

Color Harmonies of #443CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CBC

Black with #443CBC

Text Example


Text Example

White with #443CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,60,188); }

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

background-color css

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

 a { background-color: rgb(68,60,188); }

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

border-color css

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

 span { border-color: rgb(68,60,188); }

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