#365ED1

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

Shades of Free Speech Blue #365ED1

Tints of Free Speech Blue #365ED1

Color information

#365ED1 (or 0x365ED1) is unknown color: approx Free Speech Blue. HEX triplet: 36, 5E and D1. RGB value is (54,94,209). Sum of RGB (Red+Green+Blue) = 54+94+209=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #365ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ED1 is #C9A12E. Grayscale: #5E5E5E. Windows color (decimal): -13213999 or 13721142. OLE color: 13721142.

HSL color Cylindrical-coordinate representation of color #365ED1: hue angle of 224.52º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365ED1 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5494209-
CMYK0.740.5500.18
HSL224.52º62.75%51.57%-
HSV(B)224.52º74.16%81.96%-
XYZ17.0313.3962.01-
YUV95.15192.2598.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.13%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 209 (82.03% from 255) = 58.54%
R=15.13%
G=26.33%
B=58.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54942090.740.5500.18224.5262.7551.57
Hex365ED14A37012e13f34
Octal66136321112670223417764
Binary110110101111011010001100101011011101001011100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365ED1; }

 p { color: rgb(54,94,209); }

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

<style>
 a { background-color: #365ED1; }

 a { background-color: rgb(54,94,209); }

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

<style>
 span { border-color: #365ED1; }

 span { border-color: rgb(54,94,209); }

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