#364CD5

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

Shades of Free Speech Blue #364CD5

Tints of Free Speech Blue #364CD5

Color information

#364CD5 (or 0x364CD5) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4C and D5. RGB value is (54,76,213). Sum of RGB (Red+Green+Blue) = 54+76+213=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #364CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CD5 is #C9B32A. Grayscale: #545454. Windows color (decimal): -13218603 or 13978678. OLE color: 13978678.

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

Color convert

RGB5476213-
CMYK0.750.6400.16
HSL231.7º65.43%52.35%-
HSV(B)231.7º74.65%83.53%-
XYZ16.1210.7664.18-
YUV85.04200.21105.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 213 (83.59% from 255) = 62.10%
R=15.74%
G=22.16%
B=62.10%

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
Decimal54762130.750.6400.16231.765.4352.35
Hex364CD54B40010e84134
Octal6611432511310002035010164
Binary11011010011001101010110010111000000010000111010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,76,213); }

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

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

 a { background-color: rgb(54,76,213); }

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

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

 span { border-color: rgb(54,76,213); }

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