#3C57BE

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

Shades of Free Speech Blue #3C57BE

Tints of Free Speech Blue #3C57BE

Color information

#3C57BE (or 0x3C57BE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 57 and BE. RGB value is (60,87,190). Sum of RGB (Red+Green+Blue) = 60+87+190=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C57BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C57BE is #C3A841. Grayscale: #5A5A5A. Windows color (decimal): -12822594 or 12474172. OLE color: 12474172.

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

Color convert

RGB6087190-
CMYK0.680.5400.25
HSL227.54º52%49.02%-
HSV(B)227.54º68.42%74.51%-
XYZ14.5711.4950.17-
YUV90.67184.05106.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=17.80%
G=25.82%
B=56.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60871900.680.5400.25227.545249.02
Hex3C57BE4436019e43431
Octal74127276104660313446461
Binary111100101011110111110100010011011001100111100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,87,190); }

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

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

 a { background-color: rgb(60,87,190); }

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

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

 span { border-color: rgb(60,87,190); }

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