Html Css Color HEX #394EDD Free Speech Blue

📋 copy color: '#394EDD'

red 57 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #394EDD

Tints of Free Speech Blue #394EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 16.01%
G = 21.91%
B = 62.08%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#394EDD (or 0x394EDD) is known color: Free Speech Blue. HEX triplet: 39, 4E and DD. RGB value is (57,78,221). Sum of RGB (Red+Green+Blue) = 57+78+221=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #394EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EDD is #C6B122. Grayscale: #575757. Windows color (decimal): -13021475 or 14503481. OLE color: 14503481.

HSL color Cylindrical-coordinate representation of color #394EDD: hue angle of 232.32º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394EDD is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 78 221 -
CMYK 0.74 0.65 0 0.13
HSL 232.32º 0.71% 0.55% -
HSV(B) 232.32º 0.74% 0.87% -
XYZ 17.46 11.54 69.71 -
YUV 88.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 57 78 221 0.74 0.65 0 0.13 232.32 0.71 0.55
Hex 39 4E DD 4A 41 0 D E8 47 37
Octal 71 116 335 112 101 0 15 350 107 67
Binary 111001 1001110 11011101 1001010 1000001 0 1101 11101000 1000111 110111

Color Harmonies of #394EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EDD

Black with #394EDD

Text Example


Text Example

White with #394EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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