Html Css Color HEX #393FC2 Free Speech Blue

📋 copy color: '#393FC2'

red 57 ◦ green 63 ◦ blue 194

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

Shades of Free Speech Blue #393FC2

Tints of Free Speech Blue #393FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 61.78%

R = 18.15%
G = 20.06%
B = 61.78%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#393FC2 (or 0x393FC2) is known color: Free Speech Blue. HEX triplet: 39, 3F and C2. RGB value is (57,63,194). Sum of RGB (Red+Green+Blue) = 57+63+194=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #393FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FC2 is #C6C03D. Grayscale: #4B4B4B. Windows color (decimal): -13025342 or 12730169. OLE color: 12730169.

HSL color Cylindrical-coordinate representation of color #393FC2: hue angle of 237.37º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #393FC2 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 63 194 -
CMYK 0.71 0.68 0 0.24
HSL 237.37º 0.55% 0.49% -
HSV(B) 237.37º 0.71% 0.76% -
XYZ 13.2 8.32 51.95 -
YUV 76.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 57 63 194 0.71 0.68 0 0.24 237.37 0.55 0.49
Hex 39 3F C2 47 44 0 18 ED 37 31
Octal 71 77 302 107 104 0 30 355 67 61
Binary 111001 111111 11000010 1000111 1000100 0 11000 11101101 110111 110001

Color Harmonies of #393FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FC2

Black with #393FC2

Text Example


Text Example

White with #393FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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