#364DCA

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

Shades of Free Speech Blue #364DCA

Tints of Free Speech Blue #364DCA

Color information

#364DCA (or 0x364DCA) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4D and CA. RGB value is (54,77,202). Sum of RGB (Red+Green+Blue) = 54+77+202=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #364DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DCA is #C9B235. Grayscale: #535353. Windows color (decimal): -13218358 or 13258038. OLE color: 13258038.

HSL color Cylindrical-coordinate representation of color #364DCA: hue angle of 230.68º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364DCA is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5477202-
CMYK0.730.6200.21
HSL230.68º58.27%50.2%-
HSV(B)230.68º73.27%79.22%-
XYZ14.8410.3657.09-
YUV84.37194.38106.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=16.22%
G=23.12%
B=60.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54772020.730.6200.21230.6858.2750.2
Hex364DCA493E015e73a32
Octal66115312111760253477262
Binary110110100110111001010100100111111001010111100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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