#445CB8

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

Shades of Free Speech Blue #445CB8

Tints of Free Speech Blue #445CB8

Color information

#445CB8 (or 0x445CB8) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5C and B8. RGB value is (68,92,184). Sum of RGB (Red+Green+Blue) = 68+92+184=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #445CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CB8 is #BBA347. Grayscale: #5E5E5E. Windows color (decimal): -12297032 or 12082244. OLE color: 12082244.

HSL color Cylindrical-coordinate representation of color #445CB8: hue angle of 227.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #445CB8 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6892184-
CMYK0.630.5000.28
HSL227.59º46.03%49.41%-
HSV(B)227.59º63.04%72.16%-
XYZ14.8612.3446.95-
YUV95.31178.05108.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 184 (72.27% from 255) = 53.49%
R=19.77%
G=26.74%
B=53.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68921840.630.5000.28227.5946.0349.41
Hex445CB83F3201Ce42e31
Octal10413427077620343445661
Binary100010010111001011100011111111001001110011100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,92,184); }

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

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

 a { background-color: rgb(68,92,184); }

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

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

 span { border-color: rgb(68,92,184); }

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