#364CBF

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

Shades of Free Speech Blue #364CBF

Tints of Free Speech Blue #364CBF

Color information

#364CBF (or 0x364CBF) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4C and BF. RGB value is (54,76,191). Sum of RGB (Red+Green+Blue) = 54+76+191=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #364CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CBF is #C9B340. Grayscale: #525252. Windows color (decimal): -13218625 or 12536886. OLE color: 12536886.

HSL color Cylindrical-coordinate representation of color #364CBF: hue angle of 230.36º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364CBF is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5476191-
CMYK0.720.6000.25
HSL230.36º55.92%48.04%-
HSV(B)230.36º71.73%74.9%-
XYZ13.519.7150.45-
YUV82.53189.21107.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 191 (75% from 255) = 59.50%
R=16.82%
G=23.68%
B=59.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54761910.720.6000.25230.3655.9248.04
Hex364CBF483C019e63830
Octal66114277110740313467060
Binary110110100110010111111100100011110001100111100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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