#444BC3

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

Shades of Free Speech Blue #444BC3

Tints of Free Speech Blue #444BC3

Color information

#444BC3 (or 0x444BC3) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4B and C3. RGB value is (68,75,195). Sum of RGB (Red+Green+Blue) = 68+75+195=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #444BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BC3 is #BBB43C. Grayscale: #565656. Windows color (decimal): -12301373 or 12798788. OLE color: 12798788.

HSL color Cylindrical-coordinate representation of color #444BC3: hue angle of 236.69º 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 #444BC3 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6875195-
CMYK0.650.6200.24
HSL236.69º51.42%51.57%-
HSV(B)236.69º65.13%76.47%-
XYZ14.7510.252.82-
YUV86.59189.18114.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 195 (76.56% from 255) = 57.69%
R=20.12%
G=22.19%
B=57.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68751950.650.6200.24236.6951.4251.57
Hex444BC3413E018ed3334
Octal104113303101760303556364
Binary1000100100101111000011100000111111001100011101101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444BC3; }

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

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

<style>
 a { background-color: #444BC3; }

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

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

<style>
 span { border-color: #444BC3; }

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

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