#3660C9

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

Shades of Free Speech Blue #3660C9

Tints of Free Speech Blue #3660C9

Color information

#3660C9 (or 0x3660C9) is unknown color: approx Free Speech Blue. HEX triplet: 36, 60 and C9. RGB value is (54,96,201). Sum of RGB (Red+Green+Blue) = 54+96+201=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #3660C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3660C9 is #C99F36. Grayscale: #5E5E5E. Windows color (decimal): -13213495 or 13197366. OLE color: 13197366.

HSL color Cylindrical-coordinate representation of color #3660C9: hue angle of 222.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3660C9 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5496201-
CMYK0.730.5200.21
HSL222.86º57.65%50%-
HSV(B)222.86º73.13%78.82%-
XYZ16.2513.3756.98-
YUV95.41187.5998.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=15.38%
G=27.35%
B=57.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54962010.730.5200.21222.8657.6550
Hex3660C94934015df3a32
Octal66140311111640253377262
Binary110110110000011001001100100111010001010111011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3660C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3660C9; }

 p { color: rgb(54,96,201); }

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

<style>
 a { background-color: #3660C9; }

 a { background-color: rgb(54,96,201); }

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

<style>
 span { border-color: #3660C9; }

 span { border-color: rgb(54,96,201); }

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