#3C61C8

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

Shades of Free Speech Blue #3C61C8

Tints of Free Speech Blue #3C61C8

Color information

#3C61C8 (or 0x3C61C8) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 61 and C8. RGB value is (60,97,200). Sum of RGB (Red+Green+Blue) = 60+97+200=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C61C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C61C8 is #C39E37. Grayscale: #616161. Windows color (decimal): -12820024 or 13132092. OLE color: 13132092.

HSL color Cylindrical-coordinate representation of color #3C61C8: hue angle of 224.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C61C8 is Cyan = 0.7, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6097200-
CMYK0.70.5200.22
HSL224.14º56%50.98%-
HSV(B)224.14º70%78.43%-
XYZ16.5613.6856.41-
YUV97.68185.74101.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.81%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 200 (78.52% from 255) = 56.02%
R=16.81%
G=27.17%
B=56.02%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60972000.70.5200.22224.145650.98
Hex3C61C84634016e03833
Octal74141310106640263407063
Binary111100110000111001000100011011010001011011100000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C61C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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