Html Css Color HEX #393EC3 Free Speech Blue

📋 copy color: '#393EC3'

red 57 ◦ green 62 ◦ blue 195

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

Shades of Free Speech Blue #393EC3

Tints of Free Speech Blue #393EC3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 195 (76.56% from 255) = 62.1%

R = 18.15%
G = 19.75%
B = 62.1%

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

#393EC3 (or 0x393EC3) is known color: Free Speech Blue. HEX triplet: 39, 3E and C3. RGB value is (57,62,195). Sum of RGB (Red+Green+Blue) = 57+62+195=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #393EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393EC3 is #C6C13C. Grayscale: #4B4B4B. Windows color (decimal): -13025597 or 12795449. OLE color: 12795449.

HSL color Cylindrical-coordinate representation of color #393EC3: hue angle of 237.83º 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 #393EC3 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 62 195 -
CMYK 0.71 0.68 0 0.24
HSL 237.83º 0.55% 0.49% -
HSV(B) 237.83º 0.71% 0.76% -
XYZ 13.26 8.26 52.52 -
YUV 75.67 195.34 114.69 -
System Red Green Blue C M Y K H S L
Decimal 57 62 195 0.71 0.68 0 0.24 237.83 0.55 0.49
Hex 39 3E C3 47 44 0 18 EE 37 31
Octal 71 76 303 107 104 0 30 356 67 61
Binary 111001 111110 11000011 1000111 1000100 0 11000 11101110 110111 110001

Color Harmonies of #393EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393EC3

Black with #393EC3

Text Example


Text Example

White with #393EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,62,195); }

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

background-color css

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

 a { background-color: rgb(57,62,195); }

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

border-color css

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

 span { border-color: rgb(57,62,195); }

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