Html Css Color HEX #393FC1 Free Speech Blue

📋 copy color: '#393FC1'

red 57 ◦ green 63 ◦ blue 193

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

Shades of Free Speech Blue #393FC1

Tints of Free Speech Blue #393FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 61.66%

R = 18.21%
G = 20.13%
B = 61.66%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#393FC1 (or 0x393FC1) is known color: Free Speech Blue. HEX triplet: 39, 3F and C1. RGB value is (57,63,193). Sum of RGB (Red+Green+Blue) = 57+63+193=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #393FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FC1 is #C6C03E. Grayscale: #4B4B4B. Windows color (decimal): -13025343 or 12664633. OLE color: 12664633.

HSL color Cylindrical-coordinate representation of color #393FC1: hue angle of 237.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393FC1 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 63 193 -
CMYK 0.70 0.67 0 0.24
HSL 237.35º 0.54% 0.49% -
HSV(B) 237.35º 0.7% 0.76% -
XYZ 13.09 8.28 51.36 -
YUV 76.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 57 63 193 0.70 0.67 0 0.24 237.35 0.54 0.49
Hex 39 3F C1 46 43 0 18 ED 36 31
Octal 71 77 301 106 103 0 30 355 66 61
Binary 111001 111111 11000001 1000110 1000011 0 11000 11101101 110110 110001

Color Harmonies of #393FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FC1

Black with #393FC1

Text Example


Text Example

White with #393FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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