Html Css Color HEX #393FBC Free Speech Blue

📋 copy color: '#393FBC'

red 57 ◦ green 63 ◦ blue 188

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

Shades of Free Speech Blue #393FBC

Tints of Free Speech Blue #393FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 18.51%
G = 20.45%
B = 61.04%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#393FBC (or 0x393FBC) is known color: Free Speech Blue. HEX triplet: 39, 3F and BC. RGB value is (57,63,188). Sum of RGB (Red+Green+Blue) = 57+63+188=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #393FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FBC is #C6C043. Grayscale: #4A4A4A. Windows color (decimal): -13025348 or 12336953. OLE color: 12336953.

HSL color Cylindrical-coordinate representation of color #393FBC: hue angle of 237.25º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393FBC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 63 188 -
CMYK 0.70 0.66 0 0.26
HSL 237.25º 0.53% 0.48% -
HSV(B) 237.25º 0.7% 0.74% -
XYZ 12.54 8.06 48.47 -
YUV 75.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 57 63 188 0.70 0.66 0 0.26 237.25 0.53 0.48
Hex 39 3F BC 46 42 0 1A ED 35 30
Octal 71 77 274 106 102 0 32 355 65 60
Binary 111001 111111 10111100 1000110 1000010 0 11010 11101101 110101 110000

Color Harmonies of #393FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FBC

Black with #393FBC

Text Example


Text Example

White with #393FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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