#395EBA

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

Shades of Free Speech Blue #395EBA

Tints of Free Speech Blue #395EBA

Color information

#395EBA (or 0x395EBA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5E and BA. RGB value is (57,94,186). Sum of RGB (Red+Green+Blue) = 57+94+186=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #395EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EBA is #C6A145. Grayscale: #5D5D5D. Windows color (decimal): -13017414 or 12213817. OLE color: 12213817.

HSL color Cylindrical-coordinate representation of color #395EBA: hue angle of 222.79º 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 #395EBA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5794186-
CMYK0.690.4900.27
HSL222.79º53.09%47.65%-
HSV(B)222.79º69.35%72.94%-
XYZ14.5512.4248.08-
YUV93.43180.24102.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=16.91%
G=27.89%
B=55.19%

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
Decimal57941860.690.4900.27222.7953.0947.65
Hex395EBA453101Bdf3530
Octal71136272105610333376560
Binary111001101111010111010100010111000101101111011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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