Html Css Color HEX #393ADE Free Speech Blue

📋 copy color: '#393ADE'

red 57 ◦ green 58 ◦ blue 222

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

Shades of Free Speech Blue #393ADE

Tints of Free Speech Blue #393ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 16.91%
G = 17.21%
B = 65.88%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#393ADE (or 0x393ADE) is known color: Free Speech Blue. HEX triplet: 39, 3A and DE. RGB value is (57,58,222). Sum of RGB (Red+Green+Blue) = 57+58+222=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #393ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ADE is #C6C521. Grayscale: #4B4B4B. Windows color (decimal): -13026594 or 14563897. OLE color: 14563897.

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

Color convert

RGB 57 58 222 -
CMYK 0.74 0.74 0 0.13
HSL 239.64º 0.71% 0.55% -
HSV(B) 239.64º 0.74% 0.87% -
XYZ 16.39 9.17 70.01 -
YUV 76.4 210.17 114.16 -
System Red Green Blue C M Y K H S L
Decimal 57 58 222 0.74 0.74 0 0.13 239.64 0.71 0.55
Hex 39 3A DE 4A 4A 0 D F0 47 37
Octal 71 72 336 112 112 0 15 360 107 67
Binary 111001 111010 11011110 1001010 1001010 0 1101 11110000 1000111 110111

Color Harmonies of #393ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ADE

Black with #393ADE

Text Example


Text Example

White with #393ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,222); }

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

background-color css

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

 a { background-color: rgb(57,58,222); }

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

border-color css

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

 span { border-color: rgb(57,58,222); }

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