#445DBB

Color #445DBB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #445DBB

Tints of Free Speech Blue #445DBB

Color information

#445DBB (or 0x445DBB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5D and BB. RGB value is (68,93,187). Sum of RGB (Red+Green+Blue) = 68+93+187=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #445DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DBB is #BBA244. Grayscale: #5F5F5F. Windows color (decimal): -12296773 or 12279108. OLE color: 12279108.

HSL color Cylindrical-coordinate representation of color #445DBB: hue angle of 227.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445DBB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6893187-
CMYK0.640.5000.27
HSL227.39º46.67%50%-
HSV(B)227.39º63.64%73.33%-
XYZ15.2712.6548.65-
YUV96.24179.22107.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=19.54%
G=26.72%
B=53.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68931870.640.5000.27227.3946.6750
Hex445DBB403201Be32f32
Octal104135273100620333435762
Binary1000100101110110111011100000011001001101111100011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,187); }

 H1.HeaderClassName
 {
   color: #445DBB;
 }
 .AnyTagClassName
 {
   color: #445DBB;
 }
</style>
background-color css

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

 a { background-color: rgb(68,93,187); }

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

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

 span { border-color: rgb(68,93,187); }

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