Html Css Color HEX #394DDF Free Speech Blue

📋 copy color: '#394DDF'

red 57 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #394DDF

Tints of Free Speech Blue #394DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 15.97%
G = 21.57%
B = 62.46%

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

#394DDF (or 0x394DDF) is known color: Free Speech Blue. HEX triplet: 39, 4D and DF. RGB value is (57,77,223). Sum of RGB (Red+Green+Blue) = 57+77+223=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #394DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DDF is #C6B220. Grayscale: #575757. Windows color (decimal): -13021729 or 14634297. OLE color: 14634297.

HSL color Cylindrical-coordinate representation of color #394DDF: hue angle of 232.77º degrees, saturation: 0.72, 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 #394DDF is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 77 223 -
CMYK 0.74 0.65 0 0.13
HSL 232.77º 0.72% 0.55% -
HSV(B) 232.77º 0.74% 0.87% -
XYZ 17.66 11.51 71.1 -
YUV 87.66 204.37 106.13 -
System Red Green Blue C M Y K H S L
Decimal 57 77 223 0.74 0.65 0 0.13 232.77 0.72 0.55
Hex 39 4D DF 4A 41 0 D E9 48 37
Octal 71 115 337 112 101 0 15 351 110 67
Binary 111001 1001101 11011111 1001010 1000001 0 1101 11101001 1001000 110111

Color Harmonies of #394DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DDF

Black with #394DDF

Text Example


Text Example

White with #394DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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