#364EC5

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

Shades of Free Speech Blue #364EC5

Tints of Free Speech Blue #364EC5

Color information

#364EC5 (or 0x364EC5) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4E and C5. RGB value is (54,78,197). Sum of RGB (Red+Green+Blue) = 54+78+197=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #364EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EC5 is #C9B13A. Grayscale: #535353. Windows color (decimal): -13218107 or 12930614. OLE color: 12930614.

HSL color Cylindrical-coordinate representation of color #364EC5: hue angle of 229.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364EC5 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5478197-
CMYK0.730.6000.23
HSL229.93º56.97%49.22%-
HSV(B)229.93º72.59%77.25%-
XYZ14.3210.2654.05-
YUV84.39191.55106.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 197 (77.34% from 255) = 59.88%
R=16.41%
G=23.71%
B=59.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54781970.730.6000.23229.9356.9749.22
Hex364EC5493C017e63931
Octal66116305111740273467161
Binary110110100111011000101100100111110001011111100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,78,197); }

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

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

 a { background-color: rgb(54,78,197); }

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

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

 span { border-color: rgb(54,78,197); }

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