#364CD0

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

Shades of Free Speech Blue #364CD0

Tints of Free Speech Blue #364CD0

Color information

#364CD0 (or 0x364CD0) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4C and D0. RGB value is (54,76,208). Sum of RGB (Red+Green+Blue) = 54+76+208=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #364CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CD0 is #C9B32F. Grayscale: #535353. Windows color (decimal): -13218608 or 13650998. OLE color: 13650998.

HSL color Cylindrical-coordinate representation of color #364CD0: hue angle of 231.43º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364CD0 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5476208-
CMYK0.740.6300.18
HSL231.43º62.1%51.37%-
HSV(B)231.43º74.04%81.57%-
XYZ15.4910.5160.89-
YUV84.47197.71106.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=15.98%
G=22.49%
B=61.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54762080.740.6300.18231.4362.151.37
Hex364CD04A3F012e73e33
Octal66114320112770223477663
Binary110110100110011010000100101011111101001011100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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