#366AC6

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

Shades of Free Speech Blue #366AC6

Tints of Free Speech Blue #366AC6

Color information

#366AC6 (or 0x366AC6) is unknown color: approx Free Speech Blue. HEX triplet: 36, 6A and C6. RGB value is (54,106,198). Sum of RGB (Red+Green+Blue) = 54+106+198=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #366AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366AC6 is #C99539. Grayscale: #646464. Windows color (decimal): -13210938 or 13003318. OLE color: 13003318.

HSL color Cylindrical-coordinate representation of color #366AC6: hue angle of 218.33º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366AC6 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB54106198-
CMYK0.730.4600.22
HSL218.33º57.14%49.41%-
HSV(B)218.33º72.73%77.65%-
XYZ16.8715.1755.47-
YUV100.94182.7794.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.08%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 198 (77.73% from 255) = 55.31%
R=15.08%
G=29.61%
B=55.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541061980.730.4600.22218.3357.1449.41
Hex366AC6492E016da3931
Octal66152306111560263327161
Binary110110110101011000110100100110111001011011011010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366AC6; }

 p { color: rgb(54,106,198); }

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

<style>
 a { background-color: #366AC6; }

 a { background-color: rgb(54,106,198); }

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

<style>
 span { border-color: #366AC6; }

 span { border-color: rgb(54,106,198); }

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