Html Css Color HEX #445BB1 Free Speech Blue

📋 copy color: '#445BB1'

red 68 ◦ green 91 ◦ blue 177

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

Shades of Free Speech Blue #445BB1

Tints of Free Speech Blue #445BB1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.08%

 BLUE value IS 177 (69.53% from 255) = 52.68%

R = 20.24%
G = 27.08%
B = 52.68%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#445BB1 (or 0x445BB1) is known color: Free Speech Blue. HEX triplet: 44, 5B and B1. RGB value is (68,91,177). Sum of RGB (Red+Green+Blue) = 68+91+177=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #445BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445BB1 is #BBA44E. Grayscale: #5D5D5D. Windows color (decimal): -12297295 or 11623236. OLE color: 11623236.

HSL color Cylindrical-coordinate representation of color #445BB1: hue angle of 227.34º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #445BB1 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 91 177 -
CMYK 0.62 0.49 0 0.31
HSL 227.34º 0.44% 0.48% -
HSV(B) 227.34º 0.62% 0.69% -
XYZ 14.06 11.89 43.15 -
YUV 93.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 68 91 177 0.62 0.49 0 0.31 227.34 0.44 0.48
Hex 44 5B B1 3E 31 0 1F E3 2C 30
Octal 104 133 261 76 61 0 37 343 54 60
Binary 1000100 1011011 10110001 111110 110001 0 11111 11100011 101100 110000

Color Harmonies of #445BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BB1

Black with #445BB1

Text Example


Text Example

White with #445BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,91,177); }

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

background-color css

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

 a { background-color: rgb(68,91,177); }

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

border-color css

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

 span { border-color: rgb(68,91,177); }

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