#445ECA

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

Shades of Free Speech Blue #445ECA

Tints of Free Speech Blue #445ECA

Color information

#445ECA (or 0x445ECA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5E and CA. RGB value is (68,94,202). Sum of RGB (Red+Green+Blue) = 68+94+202=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #445ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ECA is #BBA135. Grayscale: #626262. Windows color (decimal): -12296502 or 13262404. OLE color: 13262404.

HSL color Cylindrical-coordinate representation of color #445ECA: hue angle of 228.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #445ECA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6894202-
CMYK0.660.5300.21
HSL228.36º55.83%52.94%-
HSV(B)228.36º66.34%79.22%-
XYZ17.0513.557.58-
YUV98.54186.39106.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.68%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=18.68%
G=25.82%
B=55.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68942020.660.5300.21228.3655.8352.94
Hex445ECA4235015e43835
Octal104136312102650253447065
Binary1000100101111011001010100001011010101010111100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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