#395FBA

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

Shades of Free Speech Blue #395FBA

Tints of Free Speech Blue #395FBA

Color information

#395FBA (or 0x395FBA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5F and BA. RGB value is (57,95,186). Sum of RGB (Red+Green+Blue) = 57+95+186=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #395FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FBA is #C6A045. Grayscale: #5D5D5D. Windows color (decimal): -13017158 or 12214073. OLE color: 12214073.

HSL color Cylindrical-coordinate representation of color #395FBA: hue angle of 222.33º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395FBA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5795186-
CMYK0.690.4900.27
HSL222.33º53.09%47.65%-
HSV(B)222.33º69.35%72.94%-
XYZ14.6412.648.11-
YUV94.01179.91101.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=16.86%
G=28.11%
B=55.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57951860.690.4900.27222.3353.0947.65
Hex395FBA453101Bde3530
Octal71137272105610333366560
Binary111001101111110111010100010111000101101111011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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