#395FC0

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

Shades of Free Speech Blue #395FC0

Tints of Free Speech Blue #395FC0

Color information

#395FC0 (or 0x395FC0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5F and C0. RGB value is (57,95,192). Sum of RGB (Red+Green+Blue) = 57+95+192=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #395FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FC0 is #C6A03F. Grayscale: #5E5E5E. Windows color (decimal): -13017152 or 12607289. OLE color: 12607289.

HSL color Cylindrical-coordinate representation of color #395FC0: hue angle of 223.11º 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 #395FC0 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5795192-
CMYK0.700.5100.25
HSL223.11º54.22%48.82%-
HSV(B)223.11º70.31%75.29%-
XYZ15.2912.8651.55-
YUV94.7182.91101.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 192 (75.39% from 255) = 55.81%
R=16.57%
G=27.62%
B=55.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57951920.700.5100.25223.1154.2248.82
Hex395FC04633019df3631
Octal71137300106630313376661
Binary111001101111111000000100011011001101100111011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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