Html Css Color HEX #444DB3 Free Speech Blue

📋 copy color: '#444DB3'

red 68 ◦ green 77 ◦ blue 179

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

Shades of Free Speech Blue #444DB3

Tints of Free Speech Blue #444DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

 BLUE value IS 179 (70.31% from 255) = 55.25%

R = 20.99%
G = 23.77%
B = 55.25%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#444DB3 (or 0x444DB3) is known color: Free Speech Blue. HEX triplet: 44, 4D and B3. RGB value is (68,77,179). Sum of RGB (Red+Green+Blue) = 68+77+179=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #444DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DB3 is #BBB24C. Grayscale: #555555. Windows color (decimal): -12300877 or 11750724. OLE color: 11750724.

HSL color Cylindrical-coordinate representation of color #444DB3: hue angle of 235.14º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444DB3 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 77 179 -
CMYK 0.62 0.57 0 0.30
HSL 235.14º 0.45% 0.48% -
HSV(B) 235.14º 0.62% 0.7% -
XYZ 13.17 9.79 43.84 -
YUV 85.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 68 77 179 0.62 0.57 0 0.30 235.14 0.45 0.48
Hex 44 4D B3 3E 39 0 1E EB 2D 30
Octal 104 115 263 76 71 0 36 353 55 60
Binary 1000100 1001101 10110011 111110 111001 0 11110 11101011 101101 110000

Color Harmonies of #444DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DB3

Black with #444DB3

Text Example


Text Example

White with #444DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,179); }

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

background-color css

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

 a { background-color: rgb(68,77,179); }

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

border-color css

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

 span { border-color: rgb(68,77,179); }

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