#395AC0

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

Shades of Free Speech Blue #395AC0

Tints of Free Speech Blue #395AC0

Color information

#395AC0 (or 0x395AC0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5A and C0. RGB value is (57,90,192). Sum of RGB (Red+Green+Blue) = 57+90+192=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #395AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395AC0 is #C6A53F. Grayscale: #5B5B5B. Windows color (decimal): -13018432 or 12606009. OLE color: 12606009.

HSL color Cylindrical-coordinate representation of color #395AC0: hue angle of 225.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #395AC0 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5790192-
CMYK0.700.5300.25
HSL225.33º54.22%48.82%-
HSV(B)225.33º70.31%75.29%-
XYZ14.8611.9951.4-
YUV91.76184.57103.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 192 (75.39% from 255) = 56.64%
R=16.81%
G=26.55%
B=56.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57901920.700.5300.25225.3354.2248.82
Hex395AC04635019e13631
Octal71132300106650313416661
Binary111001101101011000000100011011010101100111100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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