Html Css Color HEX #394EC1 Free Speech Blue

📋 copy color: '#394EC1'

red 57 ◦ green 78 ◦ blue 193

#394EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #394EC1

Tints of Free Speech Blue #394EC1

RGB

 RED value IS 57 (22.66% from 255) = 17.38%

 GREEN value IS 78 (30.86% from 255) = 23.78%

 BLUE value IS 193 (75.78% from 255) = 58.84%

R = 17.38%
G = 23.78%
B = 58.84%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#394EC1 (or 0x394EC1) is known color: Free Speech Blue. HEX triplet: 39, 4E and C1. RGB value is (57,78,193). Sum of RGB (Red+Green+Blue) = 57+78+193=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #394EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EC1 is #C6B13E. Grayscale: #545454. Windows color (decimal): -13021503 or 12668473. OLE color: 12668473.

HSL color Cylindrical-coordinate representation of color #394EC1: hue angle of 230.74º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394EC1 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 78 193 -
CMYK 0.70 0.60 0 0.24
HSL 230.74º 0.54% 0.49% -
HSV(B) 230.74º 0.7% 0.76% -
XYZ 14.04 10.17 51.68 -
YUV 84.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 57 78 193 0.70 0.60 0 0.24 230.74 0.54 0.49
Hex 39 4E C1 46 3C 0 18 E7 36 31
Octal 71 116 301 106 74 0 30 347 66 61
Binary 111001 1001110 11000001 1000110 111100 0 11000 11100111 110110 110001

Color Harmonies of #394EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EC1

Black with #394EC1

Text Example


Text Example

White with #394EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394EC1; }

 p { color: rgb(57,78,193); }

 H1.HeaderClassName
 {
   color: #394EC1;
 }
 .AnyTagClassName
 {
   color: #394EC1;
 }
</style>

background-color css

<style>
 a { background-color: #394EC1; }

 a { background-color: rgb(57,78,193); }

 div.DivClassName
 {
   background-color: #394EC1;
 }
 .BgClassName
 {
   background-color: #394EC1;
 }
</style>

border-color css

<style>
 span { border-color: #394EC1; }

 span { border-color: rgb(57,78,193); }

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