#395EBF

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

Shades of Free Speech Blue #395EBF

Tints of Free Speech Blue #395EBF

Color information

#395EBF (or 0x395EBF) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5E and BF. RGB value is (57,94,191). Sum of RGB (Red+Green+Blue) = 57+94+191=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #395EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EBF is #C6A140. Grayscale: #5D5D5D. Windows color (decimal): -13017409 or 12541497. OLE color: 12541497.

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

Color convert

RGB5794191-
CMYK0.700.5100.25
HSL223.43º54.03%48.63%-
HSV(B)223.43º70.16%74.9%-
XYZ15.0912.6450.93-
YUV94182.74101.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 191 (75% from 255) = 55.85%
R=16.67%
G=27.49%
B=55.85%

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
Decimal57941910.700.5100.25223.4354.0348.63
Hex395EBF4633019df3631
Octal71136277106630313376661
Binary111001101111010111111100011011001101100111011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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