Html Css Color HEX #394DBF Free Speech Blue

📋 copy color: '#394DBF'

red 57 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #394DBF

Tints of Free Speech Blue #394DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 191 (75% from 255) = 58.77%

R = 17.54%
G = 23.69%
B = 58.77%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#394DBF (or 0x394DBF) is known color: Free Speech Blue. HEX triplet: 39, 4D and BF. RGB value is (57,77,191). Sum of RGB (Red+Green+Blue) = 57+77+191=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #394DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DBF is #C6B240. Grayscale: #535353. Windows color (decimal): -13021761 or 12537145. OLE color: 12537145.

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

Color convert

RGB 57 77 191 -
CMYK 0.70 0.60 0 0.25
HSL 231.04º 0.54% 0.49% -
HSV(B) 231.04º 0.7% 0.75% -
XYZ 13.75 9.94 50.48 -
YUV 84.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 57 77 191 0.70 0.60 0 0.25 231.04 0.54 0.49
Hex 39 4D BF 46 3C 0 19 E7 36 31
Octal 71 115 277 106 74 0 31 347 66 61
Binary 111001 1001101 10111111 1000110 111100 0 11001 11100111 110110 110001

Color Harmonies of #394DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DBF

Black with #394DBF

Text Example


Text Example

White with #394DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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