Html Css Color HEX #394DB7 Free Speech Blue

📋 copy color: '#394DB7'

red 57 ◦ green 77 ◦ blue 183

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

Shades of Free Speech Blue #394DB7

Tints of Free Speech Blue #394DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.73%

R = 17.98%
G = 24.29%
B = 57.73%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#394DB7 (or 0x394DB7) is known color: Free Speech Blue. HEX triplet: 39, 4D and B7. RGB value is (57,77,183). Sum of RGB (Red+Green+Blue) = 57+77+183=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #394DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB7 is #C6B248. Grayscale: #525252. Windows color (decimal): -13021769 or 12012857. OLE color: 12012857.

HSL color Cylindrical-coordinate representation of color #394DB7: hue angle of 230.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394DB7 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 77 183 -
CMYK 0.69 0.58 0 0.28
HSL 230.48º 0.53% 0.47% -
HSV(B) 230.48º 0.69% 0.72% -
XYZ 12.89 9.6 45.97 -
YUV 83.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 57 77 183 0.69 0.58 0 0.28 230.48 0.53 0.47
Hex 39 4D B7 45 3A 0 1C E6 34 2F
Octal 71 115 267 105 72 0 34 346 64 57
Binary 111001 1001101 10110111 1000101 111010 0 11100 11100110 110100 101111

Color Harmonies of #394DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DB7

Black with #394DB7

Text Example


Text Example

White with #394DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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