#3b44c0

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

Shades of Free Speech Blue #3B44C0

Tints of Free Speech Blue #3B44C0

Color information

#3B44C0 (or 0x3B44C0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 44 and C0. RGB value is (59,68,192). Sum of RGB (Red+Green+Blue) = 59+68+192=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B44C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B44C0 is #C4BB3F. Grayscale: #4E4E4E. Windows color (decimal): -12892992 or 12600379. OLE color: 12600379.

HSL color Cylindrical-coordinate representation of color #3B44C0: hue angle of 235.94º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B44C0 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5968192-
CMYK0.690.6500.25
HSL235.94º52.99%49.22%-
HSV(B)235.94º69.27%75.29%-
XYZ13.398.8750.88-
YUV79.44191.52113.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 192 (75.39% from 255) = 60.19%
R=18.50%
G=21.32%
B=60.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59681920.690.6500.25235.9452.9949.22
Hex3B44C04541019ec3531
Octal731043001051010313546561
Binary1110111000100110000001000101100000101100111101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b44c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b44c0; }

 p { color: rgb(59,68,192); }

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

<style>
 a { background-color: #3b44c0; }

 a { background-color: rgb(59,68,192); }

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

<style>
 span { border-color: #3b44c0; }

 span { border-color: rgb(59,68,192); }

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