#364ace

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

Shades of Free Speech Blue #364ACE

Tints of Free Speech Blue #364ACE

Color information

#364ACE (or 0x364ACE) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4A and CE. RGB value is (54,74,206). Sum of RGB (Red+Green+Blue) = 54+74+206=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #364ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ACE is #C9B531. Grayscale: #525252. Windows color (decimal): -13219122 or 13519414. OLE color: 13519414.

HSL color Cylindrical-coordinate representation of color #364ACE: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364ACE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5474206-
CMYK0.740.6400.19
HSL232.11º60.8%50.98%-
HSV(B)232.11º73.79%80.78%-
XYZ15.1110.1459.55-
YUV83.07197.37107.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 206 (80.86% from 255) = 61.68%
R=16.17%
G=22.16%
B=61.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal54742060.740.6400.19232.1160.850.98
Hex364ACE4A40013e83d33
Octal661123161121000233507563
Binary1101101001010110011101001010100000001001111101000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,206); }

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

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

 a { background-color: rgb(54,74,206); }

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

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

 span { border-color: rgb(54,74,206); }

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