Html Css Color HEX #444ECC Free Speech Blue

📋 copy color: '#444ECC'

red 68 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Blue #444ECC

Tints of Free Speech Blue #444ECC

RGB

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

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

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

R = 19.43%
G = 22.29%
B = 58.29%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#444ECC (or 0x444ECC) is known color: Free Speech Blue. HEX triplet: 44, 4E and CC. RGB value is (68,78,204). Sum of RGB (Red+Green+Blue) = 68+78+204=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #444ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ECC is #BBB133. Grayscale: #585858. Windows color (decimal): -12300596 or 13389380. OLE color: 13389380.

HSL color Cylindrical-coordinate representation of color #444ECC: hue angle of 235.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444ECC is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 78 204 -
CMYK 0.67 0.62 0 0.2
HSL 235.59º 0.57% 0.53% -
HSV(B) 235.59º 0.67% 0.8% -
XYZ 16.01 11.04 58.41 -
YUV 89.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 68 78 204 0.67 0.62 0 0.2 235.59 0.57 0.53
Hex 44 4E CC 43 3E 0 14 EC 39 35
Octal 104 116 314 103 76 0 24 354 71 65
Binary 1000100 1001110 11001100 1000011 111110 0 10100 11101100 111001 110101

Color Harmonies of #444ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ECC

Black with #444ECC

Text Example


Text Example

White with #444ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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