#3C5EBF

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

Shades of Free Speech Blue #3C5EBF

Tints of Free Speech Blue #3C5EBF

Color information

#3C5EBF (or 0x3C5EBF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5E and BF. RGB value is (60,94,191). Sum of RGB (Red+Green+Blue) = 60+94+191=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5EBF is #C3A140. Grayscale: #5E5E5E. Windows color (decimal): -12820801 or 12541500. OLE color: 12541500.

HSL color Cylindrical-coordinate representation of color #3C5EBF: hue angle of 224.43º degrees, saturation: 0.52, 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 #3C5EBF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6094191-
CMYK0.690.5100.25
HSL224.43º52.19%49.22%-
HSV(B)224.43º68.59%74.9%-
XYZ15.2712.7350.94-
YUV94.89182.24103.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.39%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 191 (75% from 255) = 55.36%
R=17.39%
G=27.25%
B=55.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60941910.690.5100.25224.4352.1949.22
Hex3C5EBF4533019e03431
Octal74136277105630313406461
Binary111100101111010111111100010111001101100111100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,94,191); }

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

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

 a { background-color: rgb(60,94,191); }

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

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

 span { border-color: rgb(60,94,191); }

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