Html Css Color HEX #394ACE Free Speech Blue

📋 copy color: '#394ACE'

red 57 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #394ACE

Tints of Free Speech Blue #394ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 16.91%
G = 21.96%
B = 61.13%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#394ACE (or 0x394ACE) is known color: Free Speech Blue. HEX triplet: 39, 4A and CE. RGB value is (57,74,206). Sum of RGB (Red+Green+Blue) = 57+74+206=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #394ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ACE is #C6B531. Grayscale: #535353. Windows color (decimal): -13022514 or 13519417. OLE color: 13519417.

HSL color Cylindrical-coordinate representation of color #394ACE: hue angle of 233.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394ACE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 74 206 -
CMYK 0.72 0.64 0 0.19
HSL 233.15º 0.6% 0.52% -
HSV(B) 233.15º 0.72% 0.81% -
XYZ 15.28 10.22 59.56 -
YUV 83.97 196.87 108.77 -
System Red Green Blue C M Y K H S L
Decimal 57 74 206 0.72 0.64 0 0.19 233.15 0.6 0.52
Hex 39 4A CE 48 40 0 13 E9 3C 34
Octal 71 112 316 110 100 0 23 351 74 64
Binary 111001 1001010 11001110 1001000 1000000 0 10011 11101001 111100 110100

Color Harmonies of #394ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394ACE

Black with #394ACE

Text Example


Text Example

White with #394ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,74,206); }

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

background-color css

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

 a { background-color: rgb(57,74,206); }

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

border-color css

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

 span { border-color: rgb(57,74,206); }

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