#364DD7

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

Shades of Free Speech Blue #364DD7

Tints of Free Speech Blue #364DD7

Color information

#364DD7 (or 0x364DD7) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4D and D7. RGB value is (54,77,215). Sum of RGB (Red+Green+Blue) = 54+77+215=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #364DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DD7 is #C9B228. Grayscale: #555555. Windows color (decimal): -13218345 or 14110006. OLE color: 14110006.

HSL color Cylindrical-coordinate representation of color #364DD7: hue angle of 231.43º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364DD7 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5477215-
CMYK0.750.6400.16
HSL231.43º66.8%52.75%-
HSV(B)231.43º74.88%84.31%-
XYZ16.441165.55-
YUV85.86200.88105.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.61%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 215 (84.38% from 255) = 62.14%
R=15.61%
G=22.25%
B=62.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54772150.750.6400.16231.4366.852.75
Hex364DD74B40010e74335
Octal6611532711310002034710365
Binary11011010011011101011110010111000000010000111001111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,77,215); }

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

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

 a { background-color: rgb(54,77,215); }

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

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

 span { border-color: rgb(54,77,215); }

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