#393DBE

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

Shades of Free Speech Blue #393DBE

Tints of Free Speech Blue #393DBE

Color information

#393DBE (or 0x393DBE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3D and BE. RGB value is (57,61,190). Sum of RGB (Red+Green+Blue) = 57+61+190=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #393DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DBE is #C6C241. Grayscale: #494949. Windows color (decimal): -13025858 or 12467513. OLE color: 12467513.

HSL color Cylindrical-coordinate representation of color #393DBE: hue angle of 238.2º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393DBE is Cyan = 0.7, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5761190-
CMYK0.70.6800.25
HSL238.2º53.85%48.43%-
HSV(B)238.2º70%74.51%-
XYZ12.657.9349.58-
YUV74.51193.17115.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=18.51%
G=19.81%
B=61.69%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57611900.70.6800.25238.253.8548.43
Hex393DBE4644019ee3630
Octal71752761061040313566660
Binary111001111101101111101000110100010001100111101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393DBE; }

 p { color: rgb(57,61,190); }

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

<style>
 a { background-color: #393DBE; }

 a { background-color: rgb(57,61,190); }

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

<style>
 span { border-color: #393DBE; }

 span { border-color: rgb(57,61,190); }

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