Html Css Color HEX #393BDB Free Speech Blue

📋 copy color: '#393BDB'

red 57 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Blue #393BDB

Tints of Free Speech Blue #393BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 17.01%
G = 17.61%
B = 65.37%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#393BDB (or 0x393BDB) is known color: Free Speech Blue. HEX triplet: 39, 3B and DB. RGB value is (57,59,219). Sum of RGB (Red+Green+Blue) = 57+59+219=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #393BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BDB is #C6C424. Grayscale: #4C4C4C. Windows color (decimal): -13026341 or 14367545. OLE color: 14367545.

HSL color Cylindrical-coordinate representation of color #393BDB: hue angle of 239.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393BDB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 59 219 -
CMYK 0.74 0.73 0 0.14
HSL 239.26º 0.69% 0.54% -
HSV(B) 239.26º 0.74% 0.86% -
XYZ 16.04 9.11 67.93 -
YUV 76.64 208.34 113.99 -
System Red Green Blue C M Y K H S L
Decimal 57 59 219 0.74 0.73 0 0.14 239.26 0.69 0.54
Hex 39 3B DB 4A 49 0 E EF 45 36
Octal 71 73 333 112 111 0 16 357 105 66
Binary 111001 111011 11011011 1001010 1001001 0 1110 11101111 1000101 110110

Color Harmonies of #393BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BDB

Black with #393BDB

Text Example


Text Example

White with #393BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,59,219); }

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

background-color css

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

 a { background-color: rgb(57,59,219); }

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

border-color css

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

 span { border-color: rgb(57,59,219); }

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