#364BD1

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

Shades of Free Speech Blue #364BD1

Tints of Free Speech Blue #364BD1

Color information

#364BD1 (or 0x364BD1) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4B and D1. RGB value is (54,75,209). Sum of RGB (Red+Green+Blue) = 54+75+209=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #364BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BD1 is #C9B42E. Grayscale: #535353. Windows color (decimal): -13218863 or 13716278. OLE color: 13716278.

HSL color Cylindrical-coordinate representation of color #364BD1: hue angle of 231.87º 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 #364BD1 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5475209-
CMYK0.740.6400.18
HSL231.87º62.75%51.57%-
HSV(B)231.87º74.16%81.96%-
XYZ15.5510.4261.51-
YUV84198.54106.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=15.98%
G=22.19%
B=61.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54752090.740.6400.18231.8762.7551.57
Hex364BD14A40012e83f34
Octal661133211121000223507764
Binary1101101001011110100011001010100000001001011101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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