Html Css Color HEX #393FDC Free Speech Blue

📋 copy color: '#393FDC'

red 57 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #393FDC

Tints of Free Speech Blue #393FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 16.76%
G = 18.53%
B = 64.71%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#393FDC (or 0x393FDC) is known color: Free Speech Blue. HEX triplet: 39, 3F and DC. RGB value is (57,63,220). Sum of RGB (Red+Green+Blue) = 57+63+220=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #393FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FDC is #C6C023. Grayscale: #4E4E4E. Windows color (decimal): -13025316 or 14434105. OLE color: 14434105.

HSL color Cylindrical-coordinate representation of color #393FDC: hue angle of 237.79º degrees, saturation: 0.7, 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 #393FDC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 63 220 -
CMYK 0.74 0.71 0 0.14
HSL 237.79º 0.7% 0.54% -
HSV(B) 237.79º 0.74% 0.86% -
XYZ 16.38 9.59 68.7 -
YUV 79.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 57 63 220 0.74 0.71 0 0.14 237.79 0.7 0.54
Hex 39 3F DC 4A 47 0 E EE 46 36
Octal 71 77 334 112 107 0 16 356 106 66
Binary 111001 111111 11011100 1001010 1000111 0 1110 11101110 1000110 110110

Color Harmonies of #393FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FDC

Black with #393FDC

Text Example


Text Example

White with #393FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,220); }

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

background-color css

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

 a { background-color: rgb(57,63,220); }

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

border-color css

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

 span { border-color: rgb(57,63,220); }

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