Html Css Color HEX #393EDD Free Speech Blue

📋 copy color: '#393EDD'

red 57 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #393EDD

Tints of Free Speech Blue #393EDD

RGB

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

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

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

R = 16.76%
G = 18.24%
B = 65%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#393EDD (or 0x393EDD) is known color: Free Speech Blue. HEX triplet: 39, 3E and DD. RGB value is (57,62,221). Sum of RGB (Red+Green+Blue) = 57+62+221=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #393EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393EDD is #C6C122. Grayscale: #4D4D4D. Windows color (decimal): -13025571 or 14499385. OLE color: 14499385.

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

Color convert

RGB 57 62 221 -
CMYK 0.74 0.72 0 0.13
HSL 238.17º 0.71% 0.55% -
HSV(B) 238.17º 0.74% 0.87% -
XYZ 16.46 9.54 69.38 -
YUV 78.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 57 62 221 0.74 0.72 0 0.13 238.17 0.71 0.55
Hex 39 3E DD 4A 48 0 D EE 47 37
Octal 71 76 335 112 110 0 15 356 107 67
Binary 111001 111110 11011101 1001010 1001000 0 1101 11101110 1000111 110111

Color Harmonies of #393EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393EDD

Black with #393EDD

Text Example


Text Example

White with #393EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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