Html Css Color HEX #444EC3 Free Speech Blue

📋 copy color: '#444EC3'

red 68 ◦ green 78 ◦ blue 195

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

Shades of Free Speech Blue #444EC3

Tints of Free Speech Blue #444EC3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

 BLUE value IS 195 (76.56% from 255) = 57.18%

R = 19.94%
G = 22.87%
B = 57.18%

CMYK

 C value IS 0.65

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#444EC3 (or 0x444EC3) is known color: Free Speech Blue. HEX triplet: 44, 4E and C3. RGB value is (68,78,195). Sum of RGB (Red+Green+Blue) = 68+78+195=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #444EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EC3 is #BBB13C. Grayscale: #575757. Windows color (decimal): -12300605 or 12799556. OLE color: 12799556.

HSL color Cylindrical-coordinate representation of color #444EC3: hue angle of 235.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444EC3 is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 78 195 -
CMYK 0.65 0.6 0 0.24
HSL 235.28º 0.51% 0.52% -
HSV(B) 235.28º 0.65% 0.76% -
XYZ 14.96 10.62 52.89 -
YUV 88.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 68 78 195 0.65 0.6 0 0.24 235.28 0.51 0.52
Hex 44 4E C3 41 3C 0 18 EB 33 34
Octal 104 116 303 101 74 0 30 353 63 64
Binary 1000100 1001110 11000011 1000001 111100 0 11000 11101011 110011 110100

Color Harmonies of #444EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EC3

Black with #444EC3

Text Example


Text Example

White with #444EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444EC3; }

 p { color: rgb(68,78,195); }

 H1.HeaderClassName
 {
   color: #444EC3;
 }
 .AnyTagClassName
 {
   color: #444EC3;
 }
</style>

background-color css

<style>
 a { background-color: #444EC3; }

 a { background-color: rgb(68,78,195); }

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

border-color css

<style>
 span { border-color: #444EC3; }

 span { border-color: rgb(68,78,195); }

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