#445ABB

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

Shades of Free Speech Blue #445ABB

Tints of Free Speech Blue #445ABB

Color information

#445ABB (or 0x445ABB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5A and BB. RGB value is (68,90,187). Sum of RGB (Red+Green+Blue) = 68+90+187=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #445ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ABB is #BBA544. Grayscale: #5E5E5E. Windows color (decimal): -12297541 or 12278340. OLE color: 12278340.

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

Color convert

RGB6890187-
CMYK0.640.5200.27
HSL228.91º46.67%50%-
HSV(B)228.91º63.64%73.33%-
XYZ15.0112.1348.56-
YUV94.48180.21109.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 187 (73.44% from 255) = 54.20%
R=19.71%
G=26.09%
B=54.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68901870.640.5200.27228.9146.6750
Hex445ABB403401Be52f32
Octal104132273100640333455762
Binary1000100101101010111011100000011010001101111100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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