#364BC6

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

Shades of Free Speech Blue #364BC6

Tints of Free Speech Blue #364BC6

Color information

#364BC6 (or 0x364BC6) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4B and C6. RGB value is (54,75,198). Sum of RGB (Red+Green+Blue) = 54+75+198=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #364BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BC6 is #C9B439. Grayscale: #525252. Windows color (decimal): -13218874 or 12995382. OLE color: 12995382.

HSL color Cylindrical-coordinate representation of color #364BC6: hue angle of 231.25º 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 #364BC6 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5475198-
CMYK0.730.6200.22
HSL231.25º57.14%49.41%-
HSV(B)231.25º72.73%77.65%-
XYZ14.239.8954.59-
YUV82.74193.04107.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 198 (77.73% from 255) = 60.55%
R=16.51%
G=22.94%
B=60.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54751980.730.6200.22231.2557.1449.41
Hex364BC6493E016e73931
Octal66113306111760263477161
Binary110110100101111000110100100111111001011011100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364BC6; }

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

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

<style>
 a { background-color: #364BC6; }

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

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

<style>
 span { border-color: #364BC6; }

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

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