#364EC1

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

Shades of Free Speech Blue #364EC1

Tints of Free Speech Blue #364EC1

Color information

#364EC1 (or 0x364EC1) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4E and C1. RGB value is (54,78,193). Sum of RGB (Red+Green+Blue) = 54+78+193=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #364EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EC1 is #C9B13E. Grayscale: #535353. Windows color (decimal): -13218111 or 12668470. OLE color: 12668470.

HSL color Cylindrical-coordinate representation of color #364EC1: hue angle of 229.64º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364EC1 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5478193-
CMYK0.720.6000.24
HSL229.64º56.28%48.43%-
HSV(B)229.64º72.02%75.69%-
XYZ13.8710.0851.67-
YUV83.93189.55106.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 193 (75.78% from 255) = 59.38%
R=16.62%
G=24%
B=59.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54781930.720.6000.24229.6456.2848.43
Hex364EC1483C018e63830
Octal66116301110740303467060
Binary110110100111011000001100100011110001100011100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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