#445FBD

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

Shades of Free Speech Blue #445FBD

Tints of Free Speech Blue #445FBD

Color information

#445FBD (or 0x445FBD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5F and BD. RGB value is (68,95,189). Sum of RGB (Red+Green+Blue) = 68+95+189=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #445FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FBD is #BBA042. Grayscale: #616161. Windows color (decimal): -12296259 or 12410692. OLE color: 12410692.

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

Color convert

RGB6895189-
CMYK0.640.5000.26
HSL226.61º47.83%50.39%-
HSV(B)226.61º64.02%74.12%-
XYZ15.6613.0949.84-
YUV97.64179.55106.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=19.32%
G=26.99%
B=53.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68951890.640.5000.26226.6147.8350.39
Hex445FBD403201Ae33032
Octal104137275100620323436062
Binary1000100101111110111101100000011001001101011100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,95,189); }

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

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

 a { background-color: rgb(68,95,189); }

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

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

 span { border-color: rgb(68,95,189); }

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