#445ABC

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

Shades of Free Speech Blue #445ABC

Tints of Free Speech Blue #445ABC

Color information

#445ABC (or 0x445ABC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5A and BC. RGB value is (68,90,188). Sum of RGB (Red+Green+Blue) = 68+90+188=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #445ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ABC is #BBA543. Grayscale: #5E5E5E. Windows color (decimal): -12297540 or 12343876. OLE color: 12343876.

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

Color convert

RGB6890188-
CMYK0.640.5200.26
HSL229º47.24%50.2%-
HSV(B)229º63.83%73.73%-
XYZ15.1212.1749.13-
YUV94.59180.71109.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=19.65%
G=26.01%
B=54.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68901880.640.5200.2622947.2450.2
Hex445ABC403401Ae52f32
Octal104132274100640323455762
Binary1000100101101010111100100000011010001101011100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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