#445EBE

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

Shades of Free Speech Blue #445EBE

Tints of Free Speech Blue #445EBE

Color information

#445EBE (or 0x445EBE) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5E and BE. RGB value is (68,94,190). Sum of RGB (Red+Green+Blue) = 68+94+190=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #445EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EBE is #BBA141. Grayscale: #606060. Windows color (decimal): -12296514 or 12475972. OLE color: 12475972.

HSL color Cylindrical-coordinate representation of color #445EBE: hue angle of 227.21º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445EBE is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6894190-
CMYK0.640.5100.25
HSL227.21º48.41%50.59%-
HSV(B)227.21º64.21%74.51%-
XYZ15.6812.9550.39-
YUV97.17180.39107.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=19.32%
G=26.70%
B=53.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68941900.640.5100.25227.2148.4150.59
Hex445EBE4033019e33033
Octal104136276100630313436063
Binary1000100101111010111110100000011001101100111100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,94,190); }

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

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

 a { background-color: rgb(68,94,190); }

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

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

 span { border-color: rgb(68,94,190); }

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