Html Css Color HEX #393ED5 Free Speech Blue

📋 copy color: '#393ED5'

red 57 ◦ green 62 ◦ blue 213

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

Shades of Free Speech Blue #393ED5

Tints of Free Speech Blue #393ED5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 213 (83.59% from 255) = 64.16%

R = 17.17%
G = 18.67%
B = 64.16%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#393ED5 (or 0x393ED5) is known color: Free Speech Blue. HEX triplet: 39, 3E and D5. RGB value is (57,62,213). Sum of RGB (Red+Green+Blue) = 57+62+213=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #393ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ED5 is #C6C12A. Grayscale: #4D4D4D. Windows color (decimal): -13025579 or 13975097. OLE color: 13975097.

HSL color Cylindrical-coordinate representation of color #393ED5: hue angle of 238.08º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393ED5 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 62 213 -
CMYK 0.73 0.71 0 0.16
HSL 238.08º 0.65% 0.53% -
HSV(B) 238.08º 0.73% 0.84% -
XYZ 15.42 9.12 63.9 -
YUV 77.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 57 62 213 0.73 0.71 0 0.16 238.08 0.65 0.53
Hex 39 3E D5 49 47 0 10 EE 41 35
Octal 71 76 325 111 107 0 20 356 101 65
Binary 111001 111110 11010101 1001001 1000111 0 10000 11101110 1000001 110101

Color Harmonies of #393ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ED5

Black with #393ED5

Text Example


Text Example

White with #393ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393ED5; }

 p { color: rgb(57,62,213); }

 H1.HeaderClassName
 {
   color: #393ED5;
 }
 .AnyTagClassName
 {
   color: #393ED5;
 }
</style>

background-color css

<style>
 a { background-color: #393ED5; }

 a { background-color: rgb(57,62,213); }

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

border-color css

<style>
 span { border-color: #393ED5; }

 span { border-color: rgb(57,62,213); }

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