#445BBB

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

Shades of Free Speech Blue #445BBB

Tints of Free Speech Blue #445BBB

Color information

#445BBB (or 0x445BBB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5B and BB. RGB value is (68,91,187). Sum of RGB (Red+Green+Blue) = 68+91+187=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #445BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BBB is #BBA444. Grayscale: #5E5E5E. Windows color (decimal): -12297285 or 12278596. OLE color: 12278596.

HSL color Cylindrical-coordinate representation of color #445BBB: hue angle of 228.4º 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 #445BBB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6891187-
CMYK0.640.5100.27
HSL228.4º46.67%50%-
HSV(B)228.4º63.64%73.33%-
XYZ15.0912.348.59-
YUV95.07179.88108.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=19.65%
G=26.30%
B=54.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68911870.640.5100.27228.446.6750
Hex445BBB403301Be42f32
Octal104133273100630333445762
Binary1000100101101110111011100000011001101101111100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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