#445CC3

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

Shades of Free Speech Blue #445CC3

Tints of Free Speech Blue #445CC3

Color information

#445CC3 (or 0x445CC3) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5C and C3. RGB value is (68,92,195). Sum of RGB (Red+Green+Blue) = 68+92+195=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #445CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CC3 is #BBA33C. Grayscale: #606060. Windows color (decimal): -12297021 or 12803140. OLE color: 12803140.

HSL color Cylindrical-coordinate representation of color #445CC3: hue angle of 228.66º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #445CC3 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6892195-
CMYK0.650.5300.24
HSL228.66º51.42%51.57%-
HSV(B)228.66º65.13%76.47%-
XYZ16.0612.8253.26-
YUV96.57183.55107.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 195 (76.56% from 255) = 54.93%
R=19.15%
G=25.92%
B=54.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68921950.650.5300.24228.6651.4251.57
Hex445CC34135018e53334
Octal104134303101650303456364
Binary1000100101110011000011100000111010101100011100101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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