Html Css Color HEX #445AB3 Free Speech Blue

📋 copy color: '#445AB3'

red 68 ◦ green 90 ◦ blue 179

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

Shades of Free Speech Blue #445AB3

Tints of Free Speech Blue #445AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

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

R = 20.18%
G = 26.71%
B = 53.12%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#445AB3 (or 0x445AB3) is known color: Free Speech Blue. HEX triplet: 44, 5A and B3. RGB value is (68,90,179). Sum of RGB (Red+Green+Blue) = 68+90+179=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #445AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445AB3 is #BBA54C. Grayscale: #5D5D5D. Windows color (decimal): -12297549 or 11754052. OLE color: 11754052.

HSL color Cylindrical-coordinate representation of color #445AB3: hue angle of 228.11º 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 #445AB3 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 90 179 -
CMYK 0.62 0.50 0 0.30
HSL 228.11º 0.45% 0.48% -
HSV(B) 228.11º 0.62% 0.7% -
XYZ 14.18 11.8 44.18 -
YUV 93.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 68 90 179 0.62 0.50 0 0.30 228.11 0.45 0.48
Hex 44 5A B3 3E 32 0 1E E4 2D 30
Octal 104 132 263 76 62 0 36 344 55 60
Binary 1000100 1011010 10110011 111110 110010 0 11110 11100100 101101 110000

Color Harmonies of #445AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445AB3

Black with #445AB3

Text Example


Text Example

White with #445AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445AB3; }

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

 H1.HeaderClassName
 {
   color: #445AB3;
 }
 .AnyTagClassName
 {
   color: #445AB3;
 }
</style>

background-color css

<style>
 a { background-color: #445AB3; }

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

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

border-color css

<style>
 span { border-color: #445AB3; }

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

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