#395ACE

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

Shades of Free Speech Blue #395ACE

Tints of Free Speech Blue #395ACE

Color information

#395ACE (or 0x395ACE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5A and CE. RGB value is (57,90,206). Sum of RGB (Red+Green+Blue) = 57+90+206=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #395ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ACE is #C6A531. Grayscale: #5C5C5C. Windows color (decimal): -13018418 or 13523513. OLE color: 13523513.

HSL color Cylindrical-coordinate representation of color #395ACE: hue angle of 226.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395ACE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5790206-
CMYK0.720.5600.19
HSL226.71º60.32%51.57%-
HSV(B)226.71º72.33%80.78%-
XYZ16.4812.6459.96-
YUV93.36191.57102.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 206 (80.86% from 255) = 58.36%
R=16.15%
G=25.50%
B=58.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57902060.720.5600.19226.7160.3251.57
Hex395ACE4838013e33c34
Octal71132316110700233437464
Binary111001101101011001110100100011100001001111100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395ACE; }

 p { color: rgb(57,90,206); }

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

<style>
 a { background-color: #395ACE; }

 a { background-color: rgb(57,90,206); }

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

<style>
 span { border-color: #395ACE; }

 span { border-color: rgb(57,90,206); }

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