Html Css Color HEX #394ED0 Free Speech Blue

📋 copy color: '#394ED0'

red 57 ◦ green 78 ◦ blue 208

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

Shades of Free Speech Blue #394ED0

Tints of Free Speech Blue #394ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.64%

R = 16.62%
G = 22.74%
B = 60.64%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#394ED0 (or 0x394ED0) is known color: Free Speech Blue. HEX triplet: 39, 4E and D0. RGB value is (57,78,208). Sum of RGB (Red+Green+Blue) = 57+78+208=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #394ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394ED0 is #C6B12F. Grayscale: #555555. Windows color (decimal): -13021488 or 13651513. OLE color: 13651513.

HSL color Cylindrical-coordinate representation of color #394ED0: hue angle of 231.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394ED0 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 78 208 -
CMYK 0.73 0.62 0 0.18
HSL 231.66º 0.62% 0.52% -
HSV(B) 231.66º 0.73% 0.82% -
XYZ 15.8 10.87 60.94 -
YUV 86.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 57 78 208 0.73 0.62 0 0.18 231.66 0.62 0.52
Hex 39 4E D0 49 3E 0 12 E8 3E 34
Octal 71 116 320 111 76 0 22 350 76 64
Binary 111001 1001110 11010000 1001001 111110 0 10010 11101000 111110 110100

Color Harmonies of #394ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394ED0

Black with #394ED0

Text Example


Text Example

White with #394ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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