#3C61BE

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

Shades of Free Speech Blue #3C61BE

Tints of Free Speech Blue #3C61BE

Color information

#3C61BE (or 0x3C61BE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 61 and BE. RGB value is (60,97,190). Sum of RGB (Red+Green+Blue) = 60+97+190=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C61BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C61BE is #C39E41. Grayscale: #606060. Windows color (decimal): -12820034 or 12476732. OLE color: 12476732.

HSL color Cylindrical-coordinate representation of color #3C61BE: hue angle of 222.92º 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 #3C61BE is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6097190-
CMYK0.680.4900.25
HSL222.92º52%49.02%-
HSV(B)222.92º68.42%74.51%-
XYZ15.4313.2350.46-
YUV96.54180.74101.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.29%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=17.29%
G=27.95%
B=54.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60971900.680.4900.25222.925249.02
Hex3C61BE4431019df3431
Octal74141276104610313376461
Binary111100110000110111110100010011000101100111011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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