Html Css Color HEX #394DBE Free Speech Blue

📋 copy color: '#394DBE'

red 57 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Blue #394DBE

Tints of Free Speech Blue #394DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 17.59%
G = 23.77%
B = 58.64%

CMYK

 C value IS 0.7

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#394DBE (or 0x394DBE) is known color: Free Speech Blue. HEX triplet: 39, 4D and BE. RGB value is (57,77,190). Sum of RGB (Red+Green+Blue) = 57+77+190=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #394DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DBE is #C6B241. Grayscale: #535353. Windows color (decimal): -13021762 or 12471609. OLE color: 12471609.

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

Color convert

RGB 57 77 190 -
CMYK 0.7 0.59 0 0.25
HSL 230.98º 0.54% 0.48% -
HSV(B) 230.98º 0.7% 0.75% -
XYZ 13.64 9.9 49.91 -
YUV 83.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 57 77 190 0.7 0.59 0 0.25 230.98 0.54 0.48
Hex 39 4D BE 46 3B 0 19 E7 36 30
Octal 71 115 276 106 73 0 31 347 66 60
Binary 111001 1001101 10111110 1000110 111011 0 11001 11100111 110110 110000

Color Harmonies of #394DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DBE

Black with #394DBE

Text Example


Text Example

White with #394DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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