#445FCC

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

Shades of Free Speech Blue #445FCC

Tints of Free Speech Blue #445FCC

Color information

#445FCC (or 0x445FCC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5F and CC. RGB value is (68,95,204). Sum of RGB (Red+Green+Blue) = 68+95+204=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #445FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FCC is #BBA033. Grayscale: #626262. Windows color (decimal): -12296244 or 13393732. OLE color: 13393732.

HSL color Cylindrical-coordinate representation of color #445FCC: hue angle of 228.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #445FCC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6895204-
CMYK0.670.5300.2
HSL228.09º57.14%53.33%-
HSV(B)228.09º66.67%80%-
XYZ17.3813.7758.87-
YUV99.35187.05105.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=18.53%
G=25.89%
B=55.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68952040.670.5300.2228.0957.1453.33
Hex445FCC4335014e43935
Octal104137314103650243447165
Binary1000100101111111001100100001111010101010011100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,95,204); }

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

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

 a { background-color: rgb(68,95,204); }

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

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

 span { border-color: rgb(68,95,204); }

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