#445DC9

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

Shades of Free Speech Blue #445DC9

Tints of Free Speech Blue #445DC9

Color information

#445DC9 (or 0x445DC9) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5D and C9. RGB value is (68,93,201). Sum of RGB (Red+Green+Blue) = 68+93+201=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #445DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DC9 is #BBA236. Grayscale: #616161. Windows color (decimal): -12296759 or 13196612. OLE color: 13196612.

HSL color Cylindrical-coordinate representation of color #445DC9: hue angle of 228.72º degrees, saturation: 0.55, 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 #445DC9 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6893201-
CMYK0.660.5400.21
HSL228.72º55.19%52.75%-
HSV(B)228.72º66.17%78.82%-
XYZ16.8413.2756.93-
YUV97.84186.22106.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 201 (78.91% from 255) = 55.52%
R=18.78%
G=25.69%
B=55.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68932010.660.5400.21228.7255.1952.75
Hex445DC94236015e53735
Octal104135311102660253456765
Binary1000100101110111001001100001011011001010111100101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,201); }

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

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

 a { background-color: rgb(68,93,201); }

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

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

 span { border-color: rgb(68,93,201); }

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