Html Css Color HEX #393AD2 Free Speech Blue

📋 copy color: '#393AD2'

red 57 ◦ green 58 ◦ blue 210

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

Shades of Free Speech Blue #393AD2

Tints of Free Speech Blue #393AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 64.62%

R = 17.54%
G = 17.85%
B = 64.62%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#393AD2 (or 0x393AD2) is known color: Free Speech Blue. HEX triplet: 39, 3A and D2. RGB value is (57,58,210). Sum of RGB (Red+Green+Blue) = 57+58+210=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 210 (82.42% from 255 or 64.62% from 325); Max value from RGB is 210 - color contains mainly: blue. Hex color #393AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393AD2 is #C6C52D. Grayscale: #4A4A4A. Windows color (decimal): -13026606 or 13777465. OLE color: 13777465.

HSL color Cylindrical-coordinate representation of color #393AD2: hue angle of 239.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393AD2 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 58 210 -
CMYK 0.73 0.72 0 0.18
HSL 239.61º 0.63% 0.52% -
HSV(B) 239.61º 0.73% 0.82% -
XYZ 14.83 8.55 61.84 -
YUV 75.03 204.17 115.14 -
System Red Green Blue C M Y K H S L
Decimal 57 58 210 0.73 0.72 0 0.18 239.61 0.63 0.52
Hex 39 3A D2 49 48 0 12 F0 3F 34
Octal 71 72 322 111 110 0 22 360 77 64
Binary 111001 111010 11010010 1001001 1001000 0 10010 11110000 111111 110100

Color Harmonies of #393AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393AD2

Black with #393AD2

Text Example


Text Example

White with #393AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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