#364CC9

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

Shades of Free Speech Blue #364CC9

Tints of Free Speech Blue #364CC9

Color information

#364CC9 (or 0x364CC9) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4C and C9. RGB value is (54,76,201). Sum of RGB (Red+Green+Blue) = 54+76+201=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #364CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CC9 is #C9B336. Grayscale: #535353. Windows color (decimal): -13218615 or 13192246. OLE color: 13192246.

HSL color Cylindrical-coordinate representation of color #364CC9: hue angle of 231.02º 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 #364CC9 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5476201-
CMYK0.730.6200.21
HSL231.02º57.65%50%-
HSV(B)231.02º73.13%78.82%-
XYZ14.6510.1756.45-
YUV83.67194.21106.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=16.31%
G=22.96%
B=60.73%

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
Decimal54762010.730.6200.21231.0257.6550
Hex364CC9493E015e73a32
Octal66114311111760253477262
Binary110110100110011001001100100111111001010111100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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